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

Last Updated: 25 April, 2024