Update API doc

pull/3847/head^2^2
GitHub Actions Bot 2023-05-11 11:47:52 +00:00
parent f8c9b7ae29
commit 7e495b1e40
1 changed files with 16 additions and 0 deletions

View File

@ -37054,6 +37054,22 @@
"type": "boolean",
"default": "true",
"description": "Automatically adjusts the element position when there is not enough space on the selected position."
},
{
"name": "showDelay",
"optional": true,
"readonly": false,
"type": "number",
"default": "0",
"description": "When present, it adds a custom delay to the tooltip's display."
},
{
"name": "hideDelay",
"optional": true,
"readonly": false,
"type": "number",
"default": "0",
"description": "When present, it adds a custom delay to the tooltip's hiding."
}
],
"methods": []