Function: getWorkspaceById()
function getWorkspaceById(id): Workspace | null;
Defined in: packages/blockly/core/common.ts:31
Find the workspace with the specified ID.
Parameters
| Parameter | Type | Description |
|---|---|---|
id | string | ID of workspace to find. |
Returns
Workspace | null
The sought after workspace or null if not found.