sesaparcours
    Preparing search index...
    • Original name of Blockly.Variables.createVariableButtonHandler(..).

      Parameters

      • workspace: Blockly.Workspace

        The workspace on which to create the variable.

      • Optionalopt_callback: (_0: string) => any

        A callback. It will be passed an acceptable new variable name, or null if change is to be aborted (cancel button), or undefined if an existing variable was chosen.

      • Optionalopt_type: string

        The type of the variable like 'int', 'string', or ''. This will default to '', which is a specific type.

      Returns void

      Use Blockly.Variables.createVariableButtonHandler(..).