You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
event | data-event | String | e.g. click | custom event to trigger tooltip
54
54
eventOff | data-event-off | String | e.g. click | custom event to hide tooltip (only makes effect after setting event attribute)
55
-
globalEventOff | | 'string'| e.g. click| global event to hide tooltip (global only)
55
+
globalEventOff | | String| e.g. click| global event to hide tooltip (global only)
56
56
isCapture | data-iscapture | Bool | true, false | when set to true, custom event's propagation mode will be capture
57
57
offset | data-offset | Object | top, right, bottom, left | `data-offset="{'top': 10, 'left': 10}"` for specific and `offset={{top: 10, left: 10}}` for global
58
58
multiline | data-multiline | Bool | true, false | support `<br>`, `<br />` to make multiline
0 commit comments