Enode — API Reference
Preparing search index...
ui/src/action-menu
ActionMenuItem
Interface ActionMenuItem
interface
ActionMenuItem
{
destructive
?:
boolean
;
disabled
?:
boolean
;
icon
?:
ReactNode
;
label
:
string
;
onClick
:
()
=>
void
;
selected
?:
boolean
;
}
Index
Properties
destructive?
disabled?
icon?
label
on
Click
selected?
Properties
Optional
destructive
destructive
?:
boolean
Optional
disabled
disabled
?:
boolean
Optional
icon
icon
?:
ReactNode
label
label
:
string
on
Click
onClick
:
()
=>
void
Optional
selected
selected
?:
boolean
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
destructive
disabled
icon
label
on
Click
selected
Enode — API Reference
Loading...