Name | Type | Default | Description |
---|---|---|---|
isActive | Boolean | true | Whether the tooltip is active or not. When false tooltip will not trigger |
trigger | String | hover | The trigger for showing the tooltip. hover, click |
width | String | The width of the tooltip window. (auto by default) | |
height | String | The height of the tooltip window. (auto by default) | |
target | String | The target ref name from the tooltips parent component. if left blank it will assume the parent is the target | |
hideDelay | Number | 150 | Delay in ms for hiding the tooltip |
hoverDelay | Number | When set, Delay in ms for showing the tooltip. |