Events
viewer3d.select
Updated 13 Sep 2024
Did this page help you?
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.