SelectionHandlerProps Interface
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 | undefined | SelectionChangesListener | Callback function called when selection changes. | |
| rulesetId | undefined | string | ID of presentation ruleset used by the component using this handler. |
Defined in
Last Updated: 30 November, 2023