sesaparcours
Preparing search index...
lib/outils/blockly/original
Blockly
ContextMenuRegistry
ContextMenuOption
Interface ContextMenuOption
A menu item as presented to contextmenu.js.
interface
ContextMenuOption
{
callback
:
(
_0
:
Blockly
.
ContextMenuRegistry
.
Scope
)
=>
any
;
enabled
:
boolean
;
scope
:
Blockly
.
ContextMenuRegistry
.
Scope
;
text
:
string
;
weight
:
number
;
}
Index
Properties
callback
enabled
scope
text
weight
Properties
callback
callback
:
(
_0
:
Blockly
.
ContextMenuRegistry
.
Scope
)
=>
any
enabled
enabled
:
boolean
scope
scope
:
Blockly
.
ContextMenuRegistry
.
Scope
text
text
:
string
weight
weight
:
number
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
callback
enabled
scope
text
weight
sesaparcours
Loading...
A menu item as presented to contextmenu.js.