Module workspace

Module workspace 

Source
Expand description

Workspace CRUD operations.

Functions§

create_workspace
Create a new workspace with the given name.
delete_workspace
Delete a workspace and all its tabs/blocks.
get_workspace
Get a workspace by ID.
list_workspaces
List all workspaces as WorkspaceListEntry (matching Go’s behavior). Returns [{workspaceid, windowid}] — filters out unnamed workspaces.