From 0d1d02028287f797d051d3c3cdfbb7285f7c81fb Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Tue, 17 Oct 2023 07:12:58 +0000 Subject: [PATCH] Update API doc --- components/lib/tooltip/Tooltip.d.ts | 2 +- doc/common/apidoc/index.json | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/components/lib/tooltip/Tooltip.d.ts b/components/lib/tooltip/Tooltip.d.ts index 09666d6bd..2995cba15 100755 --- a/components/lib/tooltip/Tooltip.d.ts +++ b/components/lib/tooltip/Tooltip.d.ts @@ -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} diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index 009c3979d..98b7f591d 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -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", "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",