Last updated

API / geotoolkit / welllog / TrackFactory / TrackFactory

Namespace: TrackFactory

welllog.TrackFactory.TrackFactory

Table of contents

Type Aliases

Contents

Type Aliases

TrackHeaderOptions

Ƭ TrackHeaderOptions: Object

track header options

Type declaration

NameTypeDescription
border?{ background?: Type ; color?: string ; visible?: boolean ; width?: number }border property
border.background?Typeborder background
border.color?stringborder color
border.visible?booleanborder visibility
border.width?numberborder width
firsttolast?booleandisplay headers from first to last
holdtitle?HoldTitleif not HoldTitle.None then title always display atop all visuals in header even when panning/scrolling header
mergemicroposition?booleandefines whether to merge micropositioned headers
titlefirst?booleandisplay title first
toptobottom?booleandisplay headers from top to bottom
traversemode?TraverseModechildren traverse mode, by default it add headers only for collection of children
visibletracktitle?booleantrack visible track title

TrackOptions

Ƭ TrackOptions: Merge<Options, { background?: Type ; border?: { color?: string ; type?: BorderStyle ; visible?: boolean } ; gridlinestyle?: LineStyle | Options ; indextrack?: { axis?: { locale?: string ; name?: string } ; labelformat?: LabelFormatHandler ; secondaryspace?: { labeldecimation?: boolean ; mapping: LogAbstractData | { primary: number[] ; secondary: number[] } ; step?: number } ; styles?: { label?: Record<string, Type> ; tick?: Record<string, Type> } } ; indextype?: "time" | "depth" | IndexType ; indexunit?: string | AbstractUnit ; logtrack?: { decadecount?: number ; reverse?: boolean } ; name?: string ; timezone?: string | TimeZone ; timezoneoffset?: number ; width?: number }>

track options