Class: Tools

Mapspace.action. Tools

An action for any control that contains tools and for any type of viewer that manages the basics of the tools, as modify the visibility of tools or set the apropiate interactive tool when that changes in any other control.


new Tools( [options])

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

Options.

Source:
mapspace/actions/tools.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:
Source:
mapspace/actions/workspaceaction.js