SelectionManagerProps 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 SelectionManager.
Properties
| Name | Type | Description | |
|---|---|---|---|
| imodelKeyFactory | (imodel: IModelConnection) => string | undefined | An optional function that returns a key for the given iModel. | |
| scopes | SelectionScopesManager | A manager for selection scopes | |
| selectionStorage | SelectionStorage | undefined | Custom unified selection storage to be used by SelectionManager. |
Defined in
Last Updated: 28 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.