new WorkspaceManagerEvent(type, workspaceName, viewerIndex, exportOptions)
Parameters:
| Name | Type | Argument | Description | 
|---|---|---|---|
| type | string | Event type. | |
| workspaceName | string | <nullable> | Optional value with name of the workspace that causes the event. | 
| viewerIndex | number | <nullable> | Optional value with index of the viewer that causes the event. | 
| exportOptions | Object | <nullable> | Optional value with export options. | 
- Source:
- mapspace/events.js
Extends
Members
- 
    <nullable> exportOptions :Object
- 
    
    Optional value with export options. - Source:
- mapspace/events.js
 
- 
    <nullable> viewerIndex :number
- 
    
    Optional value with index of the viewer that causes the event. - Source:
- mapspace/events.js
 
- 
    <nullable> workspaceName :string
- 
    
    Optional value with name of the workspace that causes the event. - Source:
- mapspace/events.js