Home > blockly > clipboard > registry > unregister
clipboard.registry.unregister() function
Unregisters the paster associated with the given type.
Signature:
export declare function unregister(type: string): void;
Parameters
| Parameter | Type | Description |
|---|---|---|
| type | string | The type of the paster to unregister. |
Returns:
void