OnFlashedIdChangedEventArgs Type alias
Payload for the Viewport.onFlashedIdChanged event indicating Ids of the currently- and/or previously-flashed objects.
OnFlashedIdChangedEventArgs = { current: Id64String, previous: Id64String } | { current: Id64String, previous: undefined } | { current: undefined, previous: Id64String }
Defined in
- core/frontend/src/Viewport.ts Line 174
Last Updated: 20 June, 2023