ServedInfoResponse

Members

Variables

currentConfiguration
Optional!Configuration currentConfiguration;

Only included if ServedInfoParams.includeConfig is true

globalWorkspace
typeof(Workspace.init.describeState()) globalWorkspace;

Describes the global workspace.

selectedWorkspaceIndex
int selectedWorkspaceIndex;

First index inside the workspaces array sent along this value, where selected is set to true, or -1 for global workspace.

serverInfo
ServerInfo serverInfo;

Same as in the initialized response.

workspaces
typeof(Workspace.init.describeState())[] workspaces;

Describes all available workspaces.

Meta