blockly > registry > annullare la registrazione

Funzione registry.unregister()

Annulla la registrazione dell'elemento del registry con il tipo e il nome specificati.

Firma:

export declare function unregister<T>(type: string | Type<T>, name: string): void;

Parametri

Parametro Tipo Descrizione
tipo stringa | Tipo<T> Il tipo di plug-in. (ad es. Field, Renderer)
nome stringa Il nome del plug-in. (ad es. field_angle, geras).

Resi:

null