Skip to main content

blockly > common > unregisterWorkspace

common.unregisterWorkspace() function

Unregister a workspace from the workspace db.

Signature:

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

Parameters

Parameter

Type

Description

workspace

Workspace

Returns:

void