Workspace.id

string id() @property

Get id property.

Returns

The "id" of the workspace.

This is generally used by applications to help destinguish between types of workspaces, particularly when saving session state.

void id(string propval) @property

Set id property.

Parameters

propvalThe "id" of the workspace. This is generally used by applications to help destinguish between types of workspaces, particularly when saving session state.