Enode — API Reference
Preparing search index...
ui/src/select-menu
SelectMenuOption
Type Alias SelectMenuOption
type
SelectMenuOption
=
{
disabled
?:
boolean
;
label
:
string
;
value
:
string
;
}
Index
Properties
disabled?
label
value
Properties
Optional
disabled
disabled
?:
boolean
Shown but not selectable (e.g. an option already claimed elsewhere).
label
label
:
string
value
value
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
disabled
label
value
Enode — API Reference
Loading...
Shown but not selectable (e.g. an option already claimed elsewhere).