Workspace.id

string id() @property nothrow

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 nothrow

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.