iTwin / viewer

Monorepo that contains the iTwin Viewer npm packages and their related packages
MIT License
24 stars 15 forks source link

Integrate `@itwin/unified-selection` into viewer #317

Open saskliutas opened 2 weeks ago

saskliutas commented 2 weeks ago

Integrate @itwin/unified-selection for unified selection handling. If selectionStorage is passed to Viewer component it should use enableUnifiedSelectionSyncWithIModel to synchronize hilited element with unified selection instead of viewWithUnifiedSelection HOC

aruniverse commented 2 weeks ago

Will this be a direct dep or a new peer?

saskliutas commented 2 weeks ago

Will this be a direct dep or a new peer?

Direct. We try to avoid the need for peer deps. So there are no statics and classes exported.