sesaparcours
    Preparing search index...

    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: (_0: Blockly.ContextMenuRegistry.Scope) => any
    displayText: string | ((_0: Blockly.ContextMenuRegistry.Scope) => string)
    id: string
    preconditionFn: (_0: Blockly.ContextMenuRegistry.Scope) => string
    scopeType: ScopeType
    weight: number