pull/4649/head
Tuğçe Küçükoğlu 2023-10-17 10:13:26 +03:00
commit a9488af673
2 changed files with 10 additions and 2 deletions

View File

@ -70,7 +70,7 @@ export interface TooltipOptions {
* Whether to hide tooltip when hovering over tooltip content. * Whether to hide tooltip when hovering over tooltip content.
* @defaultValue true * @defaultValue true
*/ */
autoHide?: boolean | undefined; autoHide?: boolean | undefined;
/** /**
* Uses to pass attributes to DOM elements inside the component. * Uses to pass attributes to DOM elements inside the component.
* @type {TooltipDirectivePassThroughOptions} * @type {TooltipDirectivePassThroughOptions}

View File

@ -50951,13 +50951,21 @@
"default": "0", "default": "0",
"description": "When present, it adds a custom delay to the tooltip's hiding." "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", "name": "pt",
"optional": true, "optional": true,
"readonly": false, "readonly": false,
"type": "PassThrough<TooltipDirectivePassThroughOptions>", "type": "PassThrough<TooltipDirectivePassThroughOptions>",
"default": "", "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", "name": "ptOptions",