API / geotoolkit / welllog / header / LogLithologyHeader / LogLithologyHeader
header.LogLithologyHeader.LogLithologyHeader
Type Aliases
Ƭ FlexBoxOptions: Object
Flexbox layout options
| Name | Type | Description |
|---|---|---|
enabled? | boolean | Enable/disable flexbox layout options |
lithology? | { height?: number ; width?: number } | Flexbox lithology options |
lithology.height? | number | Flexbox lithology height |
lithology.width? | number | Flexbox lithology width |
margin? | Type | Flexbox item margins |
title? | { alignment?: AnchorType | string ; margin?: number ; maxwidth?: number } | Flexbox item title options |
title.alignment? | AnchorType | string | Flexbox item title location |
title.margin? | number | Flexbox item title spaces from lithology box |
title.maxwidth? | number | Flexbox item title maximum width |
Ƭ FlexBoxOptionsOut: Object
flexbox layout options
| Name | Type | Description |
|---|---|---|
enabled | boolean | Enable/disable flexbox layout options |
lithology | { height: number ; width: number } | Flexbox lithology options |
lithology.height | number | Flexbox lithology height |
lithology.width | number | Flexbox lithology width |
margin | SpaceStyle | null | Flexbox item margins |
title | { alignment?: AnchorType | string ; margin: number ; maxwidth: number } | Flexbox item title options |
title.alignment? | AnchorType | string | Flexbox item title location |
title.margin | number | Flexbox item title spaces from lithology box |
title.maxwidth | number | Flexbox item title maximum width |
Ƭ Header: Object
Ƭ HitTestArea: Rect | Point | { x?: number[] ; y?: number[] }
model area or position
Ƭ Hits: Object
| Name | Type |
|---|---|
header | Header |
index | number |
Ƭ Options: Options<LogLithology> & { displayvaluetextstyle?: Type ; flexbox?: FlexBoxOptions ; headertype?: HeaderType ; symbol?: SymbolShape }
visual for the header or properties object
Ƭ OptionsOut: OptionsOut<LogLithology> & { displayvaluetextstyle: TextStyle | null ; flexbox: FlexBoxOptionsOut ; headertype: HeaderType ; symbol: SymbolShape }
properties object