Function: unregister()
function unregister(type): void;
Defined in: packages/blockly/core/field_registry.ts:71
Unregisters the field registered with the given type.
Parameters
| Parameter | Type | Description |
|---|---|---|
type | string | The field type name as used in the JSON definition. |
Returns
void