blockly > fieldRegistry > unregister
Funzione fieldRegistry.unregister()
Annullare la registrazione del campo registrato con il tipo specificato.
Firma:
export declare function unregister(type: string): void;
Parametri
Parametro | Tipo | Descrizione |
---|---|---|
tipo | stringa | Il nome del tipo di campo utilizzato nella definizione JSON. |
Restituisce:
null