Flarum (v2.0.0-beta.6)
Preparing search index...
flarum
common/components/MultiSelect
IMultiSelectAttrs
Interface IMultiSelectAttrs
interface
IMultiSelectAttrs
{
disabled
?:
boolean
;
onchange
?:
(
value
:
any
)
=>
void
;
options
:
Record
<
string
,
string
|
Option
>
;
value
?:
any
;
wrapperAttrs
?:
Record
<
string
,
string
>
;
[
property
:
string
]:
any
;
}
Hierarchy (
View Summary
)
ISelectAttrs
IMultiSelectAttrs
Indexable
[
property
:
string
]:
any
Any other virtual element properties, including attributes and event handlers.
Index
Properties
disabled?
onchange?
options
value?
wrapper
Attrs?
Properties
Optional
disabled
disabled
?:
boolean
Optional
onchange
onchange
?:
(
value
:
any
)
=>
void
options
options
:
Record
<
string
,
string
|
Option
>
Optional
value
value
?:
any
Optional
wrapper
Attrs
wrapperAttrs
?:
Record
<
string
,
string
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
disabled
onchange
options
value
wrapper
Attrs
Flarum (v2.0.0-beta.6)
Loading...
Any other virtual element properties, including attributes and event handlers.