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

      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 (_0: any[]) => any

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