sesaparcours
    Preparing search index...
    • Unregisters the registry item with the given type and name.

      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)

      Returns void