Interface: WSStore
Defined in: workspaces.ts:21
Properties
activeId
activeId:
string
Defined in: workspaces.ts:24
create
create: (
name?) =>string
Defined in: workspaces.ts:25
Parameters
name?
string
Returns
string
data
data:
Record<string,WorkspaceData>
Defined in: workspaces.ts:23
list
list:
LayoutInfo[]
Defined in: workspaces.ts:22
remove
remove: (
id?) =>void
Defined in: workspaces.ts:26
Parameters
id?
string
Returns
void
switchTo
switchTo: (
id) =>void
Defined in: workspaces.ts:27
Parameters
id
string
Returns
void