Skip to main content

blockly > common > unregisterWorkpace

common.unregisterWorkpace() function

Warning: This API is now obsolete.

v13: use Blockly.common.unregisterWorkspace

Unregister a workspace from the workspace db.

Signature:

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

Parameters

Parameter

Type

Description

workspace

Workspace

Returns:

void