-->
import Quickshell.I3
If this workspace is currently active on its monitor. See also focused.
If this workspace is currently active on a monitor and that monitor is currently focused. See also active.
The ID of this workspace, it is unique for i3/Sway launch
Last JSON returned for this workspace, as a JavaScript object.
This updates every time we receive a workspace
event from i3/Sway
The monitor this workspace is being displayed on
The name of this workspace
Deprecated: use number
The number of this workspace
If a window in this workspace has an urgent notification
Activate the workspace.
NOTE
This is equivalent to running
I3.dispatch(`workspace number ${workspace.number}`);