API / geotoolkit / welllog / widgets / tools / editors / LithologyEditor / LithologyEditor
editors.LithologyEditor.LithologyEditor
Type Aliases
Ƭ AttributeCallback: (low: number, high: number) => Attributes
▸ (low, high): Attributes
The callback for getting attributes for new lithology ranges
| Name | Type |
|---|---|
low | number |
high | number |
Ƭ Attributes: Object
the object containing attributes for lithology range
| Name | Type | Description |
|---|---|---|
bottomlinestyle? | Type | the line style for the bottom edge of the range. Will be applied for the last range in the sequence only |
bottomlinetype? | LineType | the line type for the bottom edge of the range. Will be applied for the last range in the sequence only |
fillstyle? | Type | the fill style for the specified range |
id? | string | number | the range identifier |
name? | string | the name for the specified range |
textstyle? | Type | the text style for the specified range |
title? | string | the header title for the specified range |
toplinestyle? | Type | the line style for the top edge of the range |
toplinetype? | LineType | the line type for the top edge of the range |
Ƭ Options: Options<LogLithology> & { attributecallback?: AttributeCallback ; mindeviceheight?: number ; splitbuttonkey?: string }
editor options
Ƭ OptionsOut: OptionsOut & { attributecallback: AttributeCallback ; mindeviceheight: number ; splitbuttonkey: string }
editor properties
Ƭ RangeInfo: OptionsOut & { bottomlinestyle?: Type ; bottomlinetype?: LineType ; fillstyle?: Type ; id?: string | number ; mindeviceheight: number ; name?: string ; owner: LogLithology | null ; textstyle?: Type ; title?: string ; toplinestyle?: Type ; toplinetype?: LineType }
Defines lithology range properties object