SelectionHandlerProps Interface
Deprecated in 5.0 - will not be removed until after 2026-06-13. Use SelectionStorage from @itwin/unified-selection package instead.
Properties for creating a SelectionHandler instance.
Properties
| Name | Type | Description | |
|---|---|---|---|
| imodel | IModelConnection | iModel connection the selection changes will be associated with. | |
| manager | SelectionManager | SelectionManager used to store overall selection. | |
| name | string | Name of the selection handler. | |
| onSelect | SelectionChangesListener | undefined | Callback function called when selection changes. | |
| rulesetId | string | undefined | ID of presentation ruleset used by the component using this handler. |
Defined in
Last Updated: 28 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.