From fb60c57af22fb8a8b2af7bac4ea1f5294bd2a252 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Thu, 30 Nov 2023 20:07:44 +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 7de5dcd7d..9486feb63 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -27046,6 +27046,22 @@ "default": "", "description": "Used to pass all properties of the HTMLButtonElement to the next navigation button." }, + { + "name": "ariaLabel", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Defines a string value that labels an interactive element." + }, + { + "name": "ariaRoledescription", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Defines a string value that description for the role of the component." + }, { "name": "pt", "optional": true,