sesaparcours
    Preparing search index...

    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: (_0: Blockly.ContextMenuRegistry.Scope) => any
    enabled: boolean
    text: string
    weight: number