bootstack.events.WorkspaceChangeEvent#

class bootstack.events.WorkspaceChangeEvent(workspace='', prev_workspace=None)#

Bases: object

Fires when the shell’s active workspace changes (a rail switch).

prev_workspace: str | None#

The key of the previously active workspace, or None.

workspace: str#

The key of the workspace now active.