We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
todo
1 parent 3c4b297 commit d5b462bCopy full SHA for d5b462b
src/components/TooltipController/TooltipControllerTypes.d.ts
@@ -45,8 +45,17 @@ export interface ITooltipController {
45
hidden?: boolean
46
noArrow?: boolean
47
clickable?: boolean
48
+ /**
49
+ * @todo refactor to `hideOnEsc` for naming consistency
50
+ */
51
closeOnEsc?: boolean
52
53
+ * @todo refactor to `hideOnScroll` for naming consistency
54
55
closeOnScroll?: boolean
56
57
+ * @todo refactor to `hideOnResize` for naming consistency
58
59
closeOnResize?: boolean
60
style?: CSSProperties
61
position?: IPosition
0 commit comments