HiliteSetProvider Class
Deprecated in 5.0 - will not be removed until after 2026-06-13. Use HiliteSetProvider from @itwin/unified-selection package instead.
Presentation-based provider which uses presentation ruleset to determine
what HiliteSet should be hilited in the graphics viewport based on the
supplied KeySet.
Methods
| Name | Description | |
|---|---|---|
| getHiliteSet(selection: Readonly<KeySet>): Promise<HiliteSet> | Get hilite set for instances and/or nodes whose keys are specified in the | |
| getHiliteSetIterator(selection: Readonly<KeySet>): AsyncIterableIterator<HiliteSet, any, any> | Get hilite set iterator for provided keys. | |
| create(props: HiliteSetProviderProps): HiliteSetProvider Static | Create a hilite set provider for the specified iModel. |
Defined in
Last Updated: 28 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.