Last updated

API / geotoolkit / schematics / widgets / MultiLateralSchematicsWidget / MultiLateralSchematicsWidget

Namespace: MultiLateralSchematicsWidget

widgets.MultiLateralSchematicsWidget.MultiLateralSchematicsWidget

Table of contents

Type Aliases

Contents

Type Aliases

EventMap

Ƭ EventMap: EventMap & { ComponentsLoaded: void ; ComponentsLoading: void }


Options

Ƭ Options: Options & OwnOptions

all widget options


OptionsOut

Ƭ OptionsOut: OptionsOut & OwnOptions

all widget properties


OwnOptions

Ƭ OwnOptions: Object

Type declaration

NameTypeDescription
data?DataItem[]data
gap?number | { horizontal?: number | { left?: number ; right?: number } ; vertical?: number | { bottom?: number ; top?: number } }gap size value or object
scalesratio?numberY-to-X scales ratio used for scalesratiomode=ScalesRatioMode.Keep only
scalesratiomode?ScalesRatioModeY-to-X scales ratio mode
sealevel?Options & { depth?: number ; symbol?: SymbolShape }sea level option
tooltip?{ autoflip?: boolean ; divelement?: HTMLElement ; gettext?: (node: ComponentNode[]) => string }tooltip settings
tooltip.autoflip?booleantrue if need to flip the tooltip near the edge of the window to avoid cropped tooltip
tooltip.divelement?HTMLElementHTML div container element or it will be created with className cg-tooltip-container
tooltip.gettext?(node: ComponentNode[]) => stringget tooltip text function (default displays top-most component's toString info)
wellborenode?Optionswellbore node options see WellBoreNode.setProperties