Last updated

API / geotoolkit / welllog / header / AdaptiveDiscreteFillVisualHeader / AdaptiveDiscreteFillVisualHeader

Namespace: AdaptiveDiscreteFillVisualHeader

header.AdaptiveDiscreteFillVisualHeader.AdaptiveDiscreteFillVisualHeader

Table of contents

Type Aliases

Contents

Type Aliases

BoxOptions

Ƭ BoxOptions: Object

Layout box options

Type declaration

NameTypeDescription
icon?{ height?: number ; width?: number }box icon options
icon.height?numberFlex box height
icon.width?numberFlex box width
margin?TypeFlexbox item margins
title?{ alignment?: AnchorType | null ; maxwidth?: number ; offset?: number }box item title options
title.alignment?AnchorType | nullFlexbox item title location
title.maxwidth?numberFlexbox item title maximum width
title.offset?numberLayout item title spaces from fill box

BoxOptionsOut

Ƭ BoxOptionsOut: Object

Box layout options

Type declaration

NameTypeDescription
icon{ height: number ; width: number }Flexbox lithology options
icon.heightnumberLayout box height
icon.widthnumberLayout box width
marginSpaceStyle | nullFlexbox item margins
title{ alignment?: AnchorType | null ; maxwidth: number ; offset: number }Layout box item title options
title.alignment?AnchorType | nullbox item title location
title.maxwidthnumberbox item title maximum width
title.offsetnumberbox item title spaces from the box

FlexBoxOptions

Ƭ FlexBoxOptions: BoxOptions & { enabled?: boolean }

FlexBox layout options


Hits

Ƭ Hits: Object

Type declaration

NameType
header{ bounds: Rect ; fillstyle: FillStyle ; linestyle?: LineStyle ; text: string ; textstyle: TextStyle }
header.boundsRect
header.fillstyleFillStyle
header.linestyle?LineStyle
header.textstring
header.textstyleTextStyle
indexnumber

Options

Ƭ Options<T>: Options<T> & { boxoptions?: BoxOptions ; flexboxoptions?: BoxOptions ; headertype?: DiscreteFillDisplayType }

visual or properties object

Type parameters


OptionsOut

Ƭ OptionsOut<T>: OptionsOut<T> & { boxoptions: BoxOptionsOut ; flexboxoptions: BoxOptionsOut ; headertype: DiscreteFillDisplayType }

of the header

Type parameters


Settings

Ƭ Settings: Settings & { order?: (Elements | string)[] ; priority?: (Elements | string | Elements[] | string[])[] }

settings