diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index 12e7d602a..141f4edde 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -43655,7 +43655,7 @@ "description": "Used to pass attributes to the header's DOM element." }, { - "name": "headerContent", + "name": "title", "optional": true, "readonly": false, "type": "SidebarPassThroughOptionType", @@ -43761,6 +43761,14 @@ "default": "left", "description": "Specifies the position of the sidebar." }, + { + "name": "header", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Title content of the dialog." + }, { "name": "baseZIndex", "optional": true, @@ -43858,7 +43866,14 @@ }, { "name": "header", - "parameters": [], + "parameters": [ + { + "name": "scope", + "optional": false, + "type": "{\n \t class: any, // Style class of the header title\n }", + "description": "header slot's params." + } + ], "returnType": "VNode[]", "description": "Custom header template." },