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
|`closeOnEsc`|`boolean`| no |`false`|`true``false`| Pressing escape key will close the tooltip |
122
122
|`style`|`CSSProperties`| no || a React inline style | Add inline styles directly to the tooltip |
123
123
|`position`|`{ x: number; y: number }`| no || any `number` value for both `x` and `y`| Override the tooltip position on the DOM |
124
-
|`isOpen`|`boolen`| no | handled by internal state |`true``false`| The tooltip can be controlled or uncontrolled, this attribute can be used to handle show and hide tooltip outside tooltip (can be used **without**`setIsOpen`) |
124
+
|`isOpen`|`boolean`| no | handled by internal state |`true``false`| The tooltip can be controlled or uncontrolled, this attribute can be used to handle show and hide tooltip outside tooltip (can be used **without**`setIsOpen`) |
125
125
|`setIsOpen`|`function`| no ||| The tooltip can be controlled or uncontrolled, this attribute can be used to handle show and hide tooltip outside tooltip |
126
126
|`afterShow`|`function`| no ||| A function to be called after the tooltip is shown |
127
127
|`afterHide`|`function`| no ||| A function to be called after the tooltip is hidden |
0 commit comments