API / geotoolkit / schematics / widgets / MultiLateralSchematicsWidget / MultiLateralSchematicsWidget
widgets.MultiLateralSchematicsWidget.MultiLateralSchematicsWidget
Type Aliases
Type Aliases
Ƭ EventMap: EventMap & { ComponentsLoaded: void ; ComponentsLoading: void }
Ƭ Options: Options & OwnOptions
all widget options
Ƭ OptionsOut: OptionsOut & OwnOptions
all widget properties
Ƭ OwnOptions: Object
| Name | Type | Description |
|---|---|---|
data? | DataItem[] | data |
gap? | number | { horizontal?: number | { left?: number ; right?: number } ; vertical?: number | { bottom?: number ; top?: number } } | gap size value or object |
scalesratio? | number | Y-to-X scales ratio used for scalesratiomode=ScalesRatioMode.Keep only |
scalesratiomode? | ScalesRatioMode | Y-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? | boolean | true if need to flip the tooltip near the edge of the window to avoid cropped tooltip |
tooltip.divelement? | HTMLElement | HTML div container element or it will be created with className cg-tooltip-container |
tooltip.gettext? | (node: ComponentNode[]) => string | get tooltip text function (default displays top-most component's toString info) |
wellborenode? | Options | wellbore node options see WellBoreNode.setProperties |