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": []