sesaparcours
    Preparing search index...
    • Gets the object for the given name and type.

      Type Parameters

      • T

      Parameters

      • type: string | Blockly.registry.Type<T>

        The type of the plugin. (e.g. Category)

      • name: string

        The plugin's name. (Ex. logic_category)

      • Optionalopt_throwIfMissing: boolean

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

      Returns T

      The object with the given name and type or null if none exists.