Last updated

API / geotoolkit / widgets / sync / ViewSynchronizer / ViewSynchronizer

Namespace: ViewSynchronizer

sync.ViewSynchronizer.ViewSynchronizer

Table of contents

Type Aliases

Contents

Type Aliases

ConnectOptions

Ƭ ConnectOptions: { events?: string[] ; horizontal?: boolean ; ignoremodellimits?: boolean ; orientation?: Orientation ; receiver?: boolean ; sender?: boolean ; vertical?: boolean } & Partial<Record<SyncMode, { getdata?: (item: EventDispatcher, direction: Orientation) => any ; setdata?: (data: any, item: EventDispatcher, direction: Orientation) => any | void }>>

options to connect listener / receiver


EventMap

Ƭ EventMap: EventMap & { ItemChanged: { action: string ; data: any ; orientation: Orientation } }


Options

Ƭ Options: Object

options of synchronization

Type declaration

NameTypeDescription
mode?SyncMode[]an array of enabled modes to synchronize
registry?SyncOperationRegistryregistry of operations all listeners

SendData

Ƭ SendData: Object

data

Type declaration

NameTypeDescription
horizontal?anydata in horizontal direction
vertical?anydata in the vertical direction