Function: getMainWorkspace()
function getMainWorkspace(): Workspace;
Defined in: packages/blockly/core/common.ts:96
Returns the last used top level workspace (based on focus). Try not to use this function, particularly if there are multiple Blockly instances on a page.
Returns
The main workspace.