Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Oct 17, 2023
2 parents 2767c54 + 0d1d020 commit a9488af
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/lib/tooltip/Tooltip.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export interface TooltipOptions {
* Whether to hide tooltip when hovering over tooltip content.
* @defaultValue true
*/
autoHide?: boolean | undefined;
autoHide?: boolean | undefined;
/**
* Uses to pass attributes to DOM elements inside the component.
* @type {TooltipDirectivePassThroughOptions}
Expand Down
10 changes: 9 additions & 1 deletion doc/common/apidoc/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -50951,13 +50951,21 @@
"default": "0",
"description": "When present, it adds a custom delay to the tooltip's hiding."
},
{
"name": "autoHide",
"optional": true,
"readonly": false,
"type": "boolean",
"default": "true",
"description": "Whether to hide tooltip when hovering over tooltip content."
},
{
"name": "pt",
"optional": true,
"readonly": false,
"type": "PassThrough<TooltipDirectivePassThroughOptions>",
"default": "",
"description": "Used to pass attributes to DOM elements inside the component."
"description": "Uses to pass attributes to DOM elements inside the component."
},
{
"name": "ptOptions",
Expand Down

0 comments on commit a9488af

Please sign in to comment.