sesaparcours
Preparing search index...
lib/outils/blockly/original
Blockly
ContextMenuRegistry
RegistryItem
Interface RegistryItem
A menu item as entered in the registry.
interface
RegistryItem
{
callback
:
(
_0
:
Blockly
.
ContextMenuRegistry
.
Scope
)
=>
any
;
displayText
:
string
|
(
(
_0
:
Blockly
.
ContextMenuRegistry
.
Scope
)
=>
string
)
;
id
:
string
;
preconditionFn
:
(
_0
:
Blockly
.
ContextMenuRegistry
.
Scope
)
=>
string
;
scopeType
:
ScopeType
;
weight
:
number
;
}
Index
Properties
callback
display
Text
id
precondition
Fn
scope
Type
weight
Properties
callback
callback
:
(
_0
:
Blockly
.
ContextMenuRegistry
.
Scope
)
=>
any
display
Text
displayText
:
string
|
(
(
_0
:
Blockly
.
ContextMenuRegistry
.
Scope
)
=>
string
)
id
id
:
string
precondition
Fn
preconditionFn
:
(
_0
:
Blockly
.
ContextMenuRegistry
.
Scope
)
=>
string
scope
Type
scopeType
:
ScopeType
weight
weight
:
number
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
callback
display
Text
id
precondition
Fn
scope
Type
weight
sesaparcours
Loading...
A menu item as entered in the registry.