From 3ec57ea283403a04523b00d6a02022eef88dc4d5 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Fri, 31 Mar 2023 12:56:33 +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 0dcab3b16..89ed66b6a 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -4785,6 +4785,14 @@ "default": "", "description": "Uses to pass attributes to the footer's DOM element." }, + { + "name": "header", + "optional": true, + "readonly": false, + "type": "CardPassThroughOptionType", + "default": "", + "description": "Uses to pass attributes to the header's DOM element." + }, { "name": "root", "optional": true, @@ -22388,14 +22396,6 @@ "type": "TabViewPassThroughOptionType", "default": "", "description": "Uses to pass attributes to the root's DOM element." - }, - { - "name": "tabheader", - "optional": true, - "readonly": false, - "type": "TabViewPassThroughOptionType", - "default": "", - "description": "Uses to pass attributes to the list items' DOM element." } ], "methods": []