Last updated

API / geotoolkit / welllog / header / LogVisualHeader / LogVisualHeader

Namespace: LogVisualHeader

header.LogVisualHeader.LogVisualHeader

Table of contents

Type Aliases

Contents

Type Aliases

EventMap

Ƭ EventMap: EventMap & { MicropositionChanged: Node ; VisualChanged: Node ; VisualInvalidate: Node ; VisualVisibilityChanged: Node }


HighlightOptions

Ƭ HighlightOptions: Object

highlight options

Type declaration

NameTypeDescription
fillstyle?Typefill style
highlight?booleanhighlight flag
linestyle?Typeline style

Options

Ƭ Options<T>: Options & { autobounds?: boolean ; borderlinestyle?: Type ; bounds?: Rect ; depth?: number ; displaymode?: string[] | string ; displaystring?: string ; fillstyle?: Type ; horizontalflip?: boolean | null ; ispointingup?: boolean ; layoutstyle?: LayoutStyle | Options ; linestyle?: Type ; modellimits?: Rect ; padding?: Type ; roundedbox?: { fillstyle?: Type ; linestyle?: Type ; radius?: number } ; textstyle?: Type ; visual?: T }

visual for the header or properties object

Type parameters

NameType
Textends Node = Node

OptionsOut

Ƭ OptionsOut<T>: OptionsOut & { autobounds: boolean ; borderlinestyle: LineStyle | null ; bounds: Rect ; depth: number ; displaymode: string | string[] ; displaystring: string ; fillstyle: FillStyle | null ; horizontalflip?: boolean | null ; ispointingup: boolean ; layoutstyle?: LayoutStyle ; linestyle: LineStyle | null ; modellimits: Rect ; padding?: SpaceStyle ; roundedbox: { fillstyle: FillStyle | null ; linestyle: LineStyle | null ; radius: number } ; textstyle: TextStyle | null ; visual: T }

An object containing the props to set

Type parameters

NameType
Textends Node = Node