ISelectionProvider Interface
Deprecated in 5.0 - will not be removed until after 2026-06-13. Use SelectionStorage from @itwin/unified-selection package instead.
Selection provider interface which provides main selection and sub-selection.
Implemented by
Methods
| Name | Description | |
|---|---|---|
| getSelection(imodel: IModelConnection, level: number): Readonly<KeySet> | Get the selection stored in the provider. |
Properties
| Name | Type | Description | |
|---|---|---|---|
| selectionChange | SelectionChangeEvent | An event that's fired when selection changes |
Defined in
Last Updated: 28 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.