From bf653e0c7d8017e87061e9d2ef2160ea21d6ace6 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Fri, 2 Jun 2023 11:55:55 +0000 Subject: [PATCH] Update API doc --- doc/common/apidoc/index.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index 6ebc92226..9217322c9 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -35472,14 +35472,6 @@ "default": "", "description": "Uses to pass attributes to the list's DOM element." }, - { - "name": "tab", - "optional": true, - "readonly": false, - "type": "TabPanelPassThroughOptionType", - "default": "", - "description": "Uses to pass attributes to TabPanel helper components." - }, { "name": "inkbar", "optional": true, @@ -35527,6 +35519,14 @@ "type": "TabViewPassThroughOptionType", "default": "", "description": "Uses to pass attributes to the panel's DOM element." + }, + { + "name": "tab", + "optional": true, + "readonly": false, + "type": "TabPanelPassThroughOptionType", + "default": "", + "description": "Uses to pass attributes to TabPanel helper components." } ], "methods": []