blockly > icons > registry > unregister

icons.registry.unregister() function

Unregisters the icon associated with the given type.

Signature:

export declare function unregister(type: string): void;

Parameters

Parameter Type Description
type string The type of the icon to unregister.

Returns:

void