Skip to main content

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

ParameterTypeDescription
typestringThe type of the paster to unregister.

Returns:

void