Chameleon
Preparing search index...
StringSelectDef
Interface StringSelectDef
interface
StringSelectDef
{
customId
:
string
;
options
:
SelectOption
[]
;
placeholder
?:
string
;
minValues
?:
number
;
maxValues
?:
number
;
disabled
?:
boolean
;
execute
:
(
ctx
:
ComponentContext
<
string
[]
>
)
=>
void
|
Promise
<
void
>
;
}
Index
Properties
custom
Id
options
placeholder?
min
Values?
max
Values?
disabled?
execute
Properties
custom
Id
customId
:
string
options
options
:
SelectOption
[]
Optional
placeholder
placeholder
?:
string
Optional
min
Values
minValues
?:
number
Optional
max
Values
maxValues
?:
number
Optional
disabled
disabled
?:
boolean
execute
execute
:
(
ctx
:
ComponentContext
<
string
[]
>
)
=>
void
|
Promise
<
void
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
custom
Id
options
placeholder
min
Values
max
Values
disabled
execute
Chameleon
Loading...