API / geotoolkit / welllog / header / LogVisualHeader / LogVisualHeader
header.LogVisualHeader.LogVisualHeader
Type Aliases
Type Aliases
Ƭ EventMap: EventMap & { MicropositionChanged: Node ; VisualChanged: Node ; VisualInvalidate: Node ; VisualVisibilityChanged: Node }
Ƭ HighlightOptions: Object
highlight 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
Ƭ 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