new WorkspaceCreatorEvent(type, name, layout, viewNames)
Parameters:
Name | Type | Description |
---|---|---|
type |
string | Event type. |
name |
string | Workspace name. |
layout |
Mapspace.LayoutDefinition | Layout definition. |
viewNames |
Array.<Array.<string>> | undefined | Names for the viewers. |
- Source:
- mapspace/events.js
Extends
Members
-
layout :Mapspace.LayoutDefinition
-
The definition of the new layout.
- Source:
- mapspace/events.js
-
name :string
-
The name of the new workspace.
- Source:
- mapspace/events.js