Skip to main content

Workspaces

designs_appsWorkspaces included in the Apps Workspaces module.

Description

No available description for this design.

Properties

PropertyValue
NameWorkspaces
Codedesigns_appsWorkspaces
TypeDesign
ContextModule
Title-
SubtitleWorkspace
Icon-
Colour-

Implements

This design implements the following interfaces.

NameCode
designInterfaces_appEntitiesdesignInterfaces_appEntities

Applied to designs/interfaces

This design is not added to any designs or interfaces when this module is installed.

Attributes

This design directly creates the following attributes.

Widgets

PropertyValue
NameWidgets
Codeattributes_appsWorkspacesWidgets
TypeLink
Requiredfalse
Uniquefalse
Readonlyfalse
Links toWorkspace Widgets
Options
{
"code": "designs_appsWorkspaceWidgets",
"graph": "Workspace"
}

Configuration

PropertyValue
NameConfiguration
Codeattributes_appsWorkspacesConfiguration
TypeJson
Requiredtrue
Uniquefalse
Readonlyfalse
Options
{
"jsonSchema": {
"type": "object",
"properties": {
"highlights": {
"type": "array",
"items": {
"type": "object",
"properties": {
"type": {
"type": "string"
},
"id": {
"type": "string"
},
"widgetId": {
"type": "string"
},
"dataPointIds": {
"type": "array",
"items": {
"type": "string"
}
},
"options": {
"type": "object",
"additionalProperties": true
}
},
"required": [
"type",
"id",
"widgetId",
"dataPointIds"
],
"additionalProperties": true
}
}
},
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
}
}

Default attribute permissions

This design applies the following default permissions to all attributes against each user group.

AllowsNameCode
ReadOnlyApps Workspaces ViewersuserGroups_appsWorkspacesViewers
ReadWriteApps Workspaces ManagersuserGroups_appsWorkspacesManagers

Permissions

User GroupAllows
Apps Workspaces ViewersRead
Apps Workspaces ManagersRead, Create, Edit, Delete