This is generally used by applications to help destinguish between types of workspaces, particularly when saving session state.
Workspace.id
string id() @propertyGet id property.
Returns
The "id" of the workspace.
void id(string propval) @propertySet id property.
Parameters
propval | The "id" of the workspace. This is generally used by applications to help destinguish between types of workspaces, particularly when saving session state. |