syncViewports MethodProtected
Invoked each time source changes to update target to match.
The default implementation applies a clone of source's ViewState to target.
syncViewports(source: Viewport, target: Viewport): void
@see connectViewports to set up the initial synchronization between the two viewports.
| Parameter | Type | Description | 
|---|---|---|
| source | Viewport | The viewport that changed | 
| target | Viewport | The viewport that should be updated to match source | 
Returns - void
Defined in
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.