ODModalDataQuestion interface
under construction
We are still working the API Reference! This page might be incomplete or doesn't contain all details!
Overview
This interface contains the data to build a modal question.
Properties
customId
string ➜ string
The custom id of this modal question
optional label
string ➜ string
The label of this modal question
optional maxLength
number ➜ number
The max length of this modal question
optional minLength
number ➜ number
The min length of this modal question
optional placeholder
string ➜ string
The placeholder of this modal question
optional required
boolean ➜ boolean
Is this modal question required?
style
type ➜ "short"|"paragraph"
The style of this modal question
optional value
string ➜ string
The initial value of this modal question