blockly > common > unregisterWorkpace

common.unregisterWorkpace() function

Unregister a workspace from the workspace db.

Signature:

export declare function unregisterWorkpace(workspace: Workspace): void;

Parameters

Parameter Type Description
workspace Workspace

Returns:

void