Preparing search index...
The search index is not available
discord-interaction-binder
discord-interaction-binder
TextInputComponentData
Interface TextInputComponentData
interface
TextInputComponentData
{
customId
:
string
;
label
:
string
;
maxLength
?:
number
;
minLength
?:
number
;
placeholder
?:
string
;
required
?:
boolean
;
style
:
TextInputStyle
;
type
?:
TextInput
;
value
?:
string
;
}
Hierarchy
Omit
<
OriginTextInputComponentData
,
"type"
>
TextInputComponentData
Index
Properties
custom
Id
label
max
Length?
min
Length?
placeholder?
required?
style
type?
value?
Properties
custom
Id
custom
Id
:
string
label
label
:
string
Optional
max
Length
max
Length
?:
number
Optional
min
Length
min
Length
?:
number
Optional
placeholder
placeholder
?:
string
Optional
required
required
?:
boolean
style
style
:
TextInputStyle
Optional
type
type
?:
TextInput
Optional
value
value
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
custom
Id
label
max
Length
min
Length
placeholder
required
style
type
value
discord-interaction-binder
Loading...