Last updated

API / geotoolkit / welllog / widgets / tools / editors / LithologyEditor / LithologyEditor

Namespace: LithologyEditor

editors.LithologyEditor.LithologyEditor

Table of contents

Type Aliases

Contents

Type Aliases

AttributeCallback

Ƭ AttributeCallback: (low: number, high: number) => Attributes

Type declaration

▸ (low, high): Attributes

The callback for getting attributes for new lithology ranges

Parameters
Name Type
lownumber
highnumber
Returns

Attributes


Attributes

Ƭ Attributes: Object

the object containing attributes for lithology range

Type declaration

NameTypeDescription
bottomlinestyle?Typethe line style for the bottom edge of the range. Will be applied for the last range in the sequence only
bottomlinetype?LineTypethe line type for the bottom edge of the range. Will be applied for the last range in the sequence only
fillstyle?Typethe fill style for the specified range
id?string | numberthe range identifier
name?stringthe name for the specified range
textstyle?Typethe text style for the specified range
title?stringthe header title for the specified range
toplinestyle?Typethe line style for the top edge of the range
toplinetype?LineTypethe line type for the top edge of the range

Options

Ƭ Options: Options<LogLithology> & { attributecallback?: AttributeCallback ; mindeviceheight?: number ; splitbuttonkey?: string }

editor options


OptionsOut

Ƭ OptionsOut: OptionsOut & { attributecallback: AttributeCallback ; mindeviceheight: number ; splitbuttonkey: string }

editor properties


RangeInfo

Ƭ 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