interface BlocklyGlobal {
    getMainWorkspace(): null | Workspace;
}

Methods