sesaparcours
    Preparing search index...
    • Gets the class from Blockly options for the given type. This is used for plugins that override a built in feature. (e.g. Toolbox)

      Type Parameters

      • T

      Parameters

      • type: Blockly.registry.Type<T>

        The type of the plugin.

      • options: Blockly.Options

        The option object to check for the given plugin.

      • Optionalopt_throwIfMissing: boolean

        Whether or not to throw an error if we are unable to find the plugin.

      Returns (_0: any[]) => any

      The class for the plugin.