Workspace.id

Set id property.

  1. string id [@property getter]
  2. string id [@property setter]
    class Workspace
    @property
    void
    id
    (
    string propval
    )

Parameters

propval string

The "id" of the workspace.

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