onViewUndoRedo Readonly
onViewUndoRedo: BeEvent<(vp: Viewport, event: ViewUndoEvent) => void> = ...
Event called after reversing the most recent change to the Viewport from the undo stack or reapplying the most recently undone change to the Viewport from the redo stack.
Defined in
- core/frontend/src/Viewport.ts Line 302
Last Updated: 21 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.