SynchronizeViewports Type
SynchronizeViewports = (source: Viewport, target: Viewport) => void
A function used by connectViewports that can synchronize the state of a target Viewport with changes in the state of a source Viewport. The source viewport is the viewport in the connection whose state has changed. The function will be invoked once for each target viewport in the connection.
Defined in
Last Updated: 14 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.