⌘
K
Getting Started
Document API
Model API
Organization API
Project API
Topic API
User API
Webhook API
2D Viewer SDK
3D Viewer SDK
2D Viewer SDK
Getting Started
Methods
Building
Image
Location
Model
Marker
Object
Screenshot
Selection
Space
Storey
View
Viewer
Viewpoint
Events
Types
API Reference
Release Channels
Using jQuery
Docs powered by
Archbee
Methods
Selection
getSelected
Returns the list of selected objects ids.
Example
Usage
JS
1
const
selectedObjectIds
=
viewer2d
.
getSelected
(
)
;
const selectedObjectIds = viewer2d.getSelected();
Return Value
List of selected objects ids.
Type
Array[String]
Updated 12 Sep 2024
Did this page help you?
PREVIOUS
deselectAll
NEXT
select
Docs powered by
Archbee
TABLE OF CONTENTS
Example
Usage
Return Value
Docs powered by
Archbee