isSelected Method
Deprecated in 5.0 - will not be removed until after 2026-06-13. Use SelectionSet.elements.has(elemId)
instead.
Query whether an Id is in the selection set.
isSelected(elemId?: string): boolean
@see has
Parameter | Type | Description |
---|---|---|
elemId | string |
Returns - boolean
Defined in
- core/frontend/src/SelectionSet.ts Line 395
Last Updated: 01 August, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.