From f487a2f9d428a3ad2aec3c508567f122eb0d2e5c Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Tue, 24 Sep 2024 13:37:35 +0000 Subject: [PATCH] Update API doc --- components/doc/common/apidoc/index.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/components/doc/common/apidoc/index.json b/components/doc/common/apidoc/index.json index d1885c085e..7ce3a96d63 100644 --- a/components/doc/common/apidoc/index.json +++ b/components/doc/common/apidoc/index.json @@ -33887,6 +33887,18 @@ "parameters": [], "returnType": "HTMLElement", "description": "Used to get overlay element." + }, + { + "name": "hide", + "parameters": [], + "returnType": "void", + "description": "Hide the mention." + }, + { + "name": "show", + "parameters": [], + "returnType": "void", + "description": "Show the mention." } ] },