Last updated

API / geotoolkit / welllog / multiwell / ProxyWellTrack / ProxyWellTrack

Namespace: ProxyWellTrack

multiwell.ProxyWellTrack.ProxyWellTrack

Table of contents

Type Aliases

Contents

Type Aliases

EventMap

Ƭ EventMap: EventMap & { create: void ; mount: void ; onDoubleClick: SelectionEventArgs ; onTracksSizeChanged: TrackEventArgs ; visualsSelected: Node[] }


Options

Ƭ Options: Options & { border?: Options ; borderstrategy?: BorderStrategy ; deviceunit?: Unit | string ; height?: number ; indexunit?: Unit | string ; prototype?: { create?: (track: ProxyWellTrack) => Promise<WellTrack | LogTrack> ; delay?: number ; template?: WellTrack | LogTrack } ; range?: Range ; title?: string ; tools?: { navigation?: boolean } ; track?: WellTrack | LogTrack ; welllog?: { range?: Range } ; width?: number }

addition options


OptionsOut

Ƭ OptionsOut: OptionsOut & { border: OptionsOut ; borderstrategy: BorderStrategy ; prototype: { create: (track: ProxyWellTrack) => Promise<WellTrack | LogTrack> ; delay: number ; instance: ITrack ; template: WellTrack | LogTrack } ; tools: { navigation: boolean } ; track: ITrack }

of this object