Update API doc

pull/3913/head
GitHub Actions Bot 2023-04-26 11:19:00 +00:00
parent 00bedf4181
commit 4112d35e37
1 changed files with 7 additions and 1 deletions

View File

@ -21457,7 +21457,13 @@
},
{
"name": "header",
"parameters": [],
"parameters": [
{
"name": "scope",
"optional": false,
"type": "{\n \t <b>id</b>: boolean, // Current id state as a string\n \t <b>class</b>: string, // Style class of the icon\n }"
}
],
"returnType": "VNode<RendererNode, RendererElement, Object>[]",
"description": "Custom header template."
},