Events
Invoked when the user changes the set of selected objects in the scene.
Function called when the user changes the set of selected objects in the scene.
Type |
---|
(event: Object) => Void |
event
Name | Type | Description |
---|---|---|
selected | Array[String] | List of selected object ids |
Function called when the user changes the set of selected objects in the viewer.
Type |
---|
(event: Object, objectIds: Array[String]) => Void |
event
objectIds
List of selected object ids.