Class: WorkspaceInfo

Mapspace.action. WorkspaceInfo


new WorkspaceInfo( [options])

Parameters:
Name Type Argument Description
options Mapspace.action.WorkspaceInfoOptions <optional>

Options.

Source:
mapspace/actions/workspaceinfo.js

Extends

Members


<nullable> localStorageKey :string

This is a key that can be used to store content locally in the action.

Inherited From:
Source:
mapspace/actions/workspaceaction.js

<nullable> workspace :Mapspace.Workspace

This is the workspace this action will be tied to.

Inherited From:
Overrides:
Source:
mapspace/actions/workspaceaction.js

Methods


setWorkspace(workspace)

Sets the current workspace for the action.

Parameters:
Name Type Description
workspace Mapspace.Workspace

The workspace.

Source:
mapspace/actions/workspaceinfo.js