Skip to main content

get

static get = ()

Workspace.get returns current workspace number. It can be used with id.

Example:

var workspace = document.querySelector(`#workspace${Workspace.get()}`);