Update API doc

pull/4847/head
GitHub Actions Bot 2023-11-20 07:42:13 +00:00
parent c7713d3dd1
commit d8dc5d6429
1 changed files with 17 additions and 2 deletions

View File

@ -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 <span class=\"ml-3 text-primary-700\">class</span>: <span class=\"text-primary-500\">any</span>, <span class=\"text-primary-300\">// Style class of the header title</span>\n }",
"description": "header slot's params."
}
],
"returnType": "VNode<RendererNode, RendererElement, Object>[]",
"description": "Custom header template."
},