IWorkspaceDescriptor
Home > @gooddata/sdk-backend-spi > IWorkspaceDescriptor
IWorkspaceDescriptor interface
Workspace descriptor contains details about the analytical workspace.
Signature:
export interface IWorkspaceDescriptor
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
childWorkspacesCount? | number | (Optional) Number of child workspaces | |
description | string | ||
earlyAccess? | string | (Optional) Early access attribute value of the workspace | |
earlyAccessValues? | string[] | (Optional) Early access flags of the workspace | |
id | string | ||
isDemo? | boolean | (Optional) | |
parentPrefixes? | string[] | (Optional) Prefixes of parent workspaces | |
parentWorkspace? | string | (Optional) Identifier of the parent workspace | |
prefix? | string | (Optional) Prefix used by current workspace | |
title | string |