API / geotoolkit / welllog / tooltip / LogVisualTooltip / LogVisualTooltip
tooltip.LogVisualTooltip.LogVisualTooltip
Type Aliases
Type Aliases
Ƭ Properties: Properties & { format?: ToolTipFormat }
options which contains tooltip properties
Ƭ PropertiesOut: PropertiesOut & { format: ToolTipFormat }
options which contains tooltip properties
Ƭ ToolTipFormat: ToolTipFormat & { headerformat?: string | ToolTipFormatter }
Tooltip format
Ƭ ToolTipInfo: Object
JSON object, information that ToolTip instance class can collect for specific visual at specific point
| Name | Type | Description |
|---|---|---|
color? | string | tooltip color |
description? | string | visual description |
index? | number | tooltip depth/index value |
indextype? | string | tooltip depth/index type |
indexunit? | string | tooltip depth/index unit |
name? | string | visual name |
symbol? | string | tooltip symbol |
value? | number | tooltip value |
valueunit? | AbstractUnit | tooltip value unit |