Anchorage API reference
Documentation
GitHub
Preparing search index...
@proofoftech/flowsafe/approval-ui
SelectProps
Interface SelectProps
interface
SelectProps
{
disabled
?:
boolean
;
label
:
string
;
onChange
:
(
value
:
string
)
=>
void
;
options
:
readonly
SelectOption
[]
;
value
:
string
;
}
Index
Properties
disabled?
label
on
Change
options
value
Properties
Optional
disabled
disabled
?:
boolean
label
label
:
string
on
Change
onChange
:
(
value
:
string
)
=>
void
options
options
:
readonly
SelectOption
[]
value
value
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
disabled
label
on
Change
options
value
Documentation
GitHub
Anchorage API reference
Loading...