Preparing search index...
The search index is not available
vim-web
vim-web
WebglReact
viw-webgl-react
IContextMenuButton
Interface IContextMenuButton
Represents a button in the context menu. It can't be clicked triggering given action.
interface
IContextMenuButton
{
action
:
(
e
:
ClickCallback
)
=>
void
;
enabled
:
boolean
;
id
:
string
;
keyboard
:
string
;
label
:
string
;
}
Index
Properties
action
enabled
id
keyboard
label
Properties
action
action
:
(
e
:
ClickCallback
)
=>
void
enabled
enabled
:
boolean
id
id
:
string
keyboard
keyboard
:
string
label
label
:
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
action
enabled
id
keyboard
label
vim-web
Loading...
Represents a button in the context menu. It can't be clicked triggering given action.