sesaparcours
    Preparing search index...
    • Gets the registry item for the given name and type. This can be either a class or an object.

      Type Parameters

      • T

      Parameters

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

        The type of the plugin. (e.g. Field, Renderer)

      • name: string

        The plugin's name. (Ex. field_angle, geras)

      • Optionalopt_throwIfMissing: boolean

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

      Returns Object | ((_0: any[]) => any)

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