Update API doc
parent
5b876bebfc
commit
0d1d020282
|
@ -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}
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue