tooltip-side="" | String('left','right','top','bottom') | 'top' | Set your tooltip to show on left or right or top or bottom position |
tooltip-template="" | String() | '' | Set your tooltip template (HTML or just Text) |
tooltip-template-url="" | String() | '' | Set your external tooltip template PATH |
tooltip-smart="" | String(Boolean) | false | Set the tooltip to automatically search the best position on the screen |
tooltip-show-trigger="" | String('event1 event2') | 'mouseover' | Show the tooltip on specific event/events |
tooltip-hide-trigger="" | String('event1 event2') | 'mouseleave' | Hide the tooltip on specific event/events |
tooltip-close-button="" | String(Boolean) | false | Enable the tooltip close button |
tooltip-class="" | String() | '' | Set custom tooltip CSS class/classes |
tooltip-size="" | String('large', 'small') | 'medium' | Set your tooltip dimensions |
tooltip-speed="" | String('fast', 'slow', 'medium') | 'medium' | Set your tooltip show & hide transition speed |
tooltip-hidden="" | String(Boolean) | false | Hide (at all) the tooltip |