Skip to content

Interface: ViewSynchronizerOptions

Defined in: src/display/ViewSynchronizer.ts:9

Options for ViewSynchronizer behavior

Properties

syncOnHover?

ts
optional syncOnHover?: boolean;

Defined in: src/display/ViewSynchronizer.ts:14

Synchronize on hover (pointer move) events Default: false (only sync on clicks)


epsilon?

ts
optional epsilon?: number;

Defined in: src/display/ViewSynchronizer.ts:20

Epsilon tolerance for coordinate comparisons Default: COORDINATE_EPSILON


syncOnAdd?

ts
optional syncOnAdd?: boolean;

Defined in: src/display/ViewSynchronizer.ts:27

Whether to sync immediately when views are added If true, all views will be set to the first view's coordinate Default: false

Released under the MIT License.