Events
viewer2d.select
Updated 12 Sep 2024
Did this page help you?
Invoked when the user changes the set of selected objects in the viewer.
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
The ids of the selected objects.