new SyncManagerEvent(type, viewerIndex, syncType, status)
Parameters:
Name | Type | Description |
---|---|---|
type |
string | Event type. |
viewerIndex |
string | Index of the viewer to sync with. |
syncType |
Mapspace.SyncType | Type of syncing. |
status |
boolean | If the sync option is activated or not. |
- Source:
- mapspace/events.js
Extends
Members
-
status :boolean
-
If the sync option is activated or not.
- Source:
- mapspace/events.js
-
syncType :Mapspace.SyncType
-
The value of the element.
- Source:
- mapspace/events.js
-
viewerIndex :string
-
Index of the viewer to sync with.
- Source:
- mapspace/events.js