Home > blockly > ContextMenuRegistry > CoreRegistryItem
ContextMenuRegistry.CoreRegistryItem interface
Fields common to all context menu registry items.
Signature:
interface CoreRegistryItem
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| id | string | ||
| preconditionFn? | (p1: Scope, menuOpenEvent: Event) => string | (Optional) | |
| scopeType? | ScopeType | (Optional) | |
| weight | number |