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: 21 November, 2024