Class: SyncAction

Mapspace.action. SyncAction

An action for a Mapspace.control.SyncManager that changes syncing options.


new SyncAction( [options])

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

Options.

Source:
mapspace/actions/syncaction.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

syncedViewIndex :number|undefined

Source:
mapspace/actions/syncaction.js

type :Mapspace.SyncType|undefined

Source:
mapspace/actions/syncaction.js

<nullable> workspace :Mapspace.Workspace

This is the workspace this action will be tied to.

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