Angular Slider - tooltip

Configures a tooltip.

Selector: dxo-tooltip
Type:

Object

enabled

Specifies whether a tooltip is enabled.

Type:

Boolean

Default Value: false

format

Specifies a tooltip's display format.

Selector: dxo-format
Type:

Format

Default Value: function(value) { return value }

See the format section for information on accepted values.

position

Specifies whether a tooltip is over or under the slider.

Type:

VerticalEdge

Default Value: 'top'

showMode

Specifies when the UI component shows a tooltip.

Default Value: 'onHover'