onFlashedIdChanged Readonly
onFlashedIdChanged: BeEvent<(vp: Viewport, args: OnFlashedIdChangedEventArgs) => void> = ...
Event dispatched immediately after Viewport.flashedId changes, supplying the Ids of the previously and/or currently-flashed objects.
note Attempting to assign to Viewport.flashedId from within the event callback will produce an exception.
Defined in
- core/frontend/src/Viewport.ts Line 311
Last Updated: 20 June, 2023