Skip to content

Commit d5b462b

Browse files
chore: add todo refactoring reminders
1 parent 3c4b297 commit d5b462b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/components/TooltipController/TooltipControllerTypes.d.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,17 @@ export interface ITooltipController {
4545
hidden?: boolean
4646
noArrow?: boolean
4747
clickable?: boolean
48+
/**
49+
* @todo refactor to `hideOnEsc` for naming consistency
50+
*/
4851
closeOnEsc?: boolean
52+
/**
53+
* @todo refactor to `hideOnScroll` for naming consistency
54+
*/
4955
closeOnScroll?: boolean
56+
/**
57+
* @todo refactor to `hideOnResize` for naming consistency
58+
*/
5059
closeOnResize?: boolean
5160
style?: CSSProperties
5261
position?: IPosition

0 commit comments

Comments
 (0)