Flarum (2.x)
Preparing search index...
flarum
common/components/Select
ISelectAttrs
Interface ISelectAttrs
interface
ISelectAttrs
{
disabled
?:
boolean
;
onchange
?:
(
value
:
any
)
=>
void
;
options
:
Record
<
string
,
string
|
Option
>
;
value
?:
any
;
wrapperAttrs
?:
Record
<
string
,
string
>
;
[
property
:
string
]:
any
;
}
Hierarchy (
View Summary
)
ComponentAttrs
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 (2.x)
Loading...
Any other virtual element properties, including attributes and event handlers.