TooltipProps
Represents the props of the Kendo UI for Vue Tooltip component.
Name | Type | Default | Description |
---|---|---|---|
anchorElement? |
|
Sets the anchor element of the Tooltip. The available options are:
| |
appendTo? |
|
Defines the container to which the Tooltip will be appended. Defaults to | |
className? |
|
Sets a class of the Tooltip animation container. | |
content? |
|
Sets the content of the Tooltip (see example). | |
filter? |
|
Represents a callback function which determines if a Tooltip will be displayed (see example). | |
onClose? |
|
Fires when the Tooltip is hidden. | |
onOpen? |
|
Fires when the Tooltip is shown. | |
open? |
|
Specifies if the Tooltip will be open.
Sets the Tooltip in its controlled mode (see example).
Requires you to set the | |
openDelay? |
|
Sets a delay in milliseconds. | |
parentTitle? |
|
If any of the parent elements has a title, displays a Tooltip. | |
position? |
|
Sets the position of the Tooltip (see example). The available options are:
| |
setCalloutOnPositionAuto? |
|
When the position is set to | |
showCallout? |
|
Specifies if the Tooltip callout will be displayed. | |
targetElement? |
|
Sets the Tooltip target element. You have to use it with the | |
tooltipClassName? |
|
Specifies the CSS class names which are set to the Tooltip DOM element. | |
tooltipStyle? |
|
Specifies the styles which are set to the Tooltip DOM element. | |
updateInterval? |
|
The milliseconds interval on which the Tooltip will check for title change. By default the Tooltip does not track for title updates. | |
updatePosition? |
|
Callback called when the Tooltip calculates it's position. Useful to modify the default position behavior.
Require to return the | |
wrapperStyle? |
|
Sets a class of the Tooltip animation container. |