From 7e495b1e40d36f9a18cbe4981ed4b48c870c523e Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Thu, 11 May 2023 11:47:52 +0000 Subject: [PATCH] Update API doc --- doc/common/apidoc/index.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index 3420bc885..2c87541bd 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -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": []