Update API doc

pull/4649/head
GitHub Actions Bot 2023-10-17 07:12:58 +00:00
parent 5b876bebfc
commit 0d1d020282
2 changed files with 10 additions and 2 deletions

View File

@ -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",