From 4112d35e37f73c1f1afafe6d34a4e0e5160329fc Mon Sep 17 00:00:00 2001
From: GitHub Actions Bot <>
Date: Wed, 26 Apr 2023 11:19:00 +0000
Subject: [PATCH] Update API doc
---
doc/common/apidoc/index.json | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json
index 508a63e12..8c99d4651 100644
--- a/doc/common/apidoc/index.json
+++ b/doc/common/apidoc/index.json
@@ -21457,7 +21457,13 @@
},
{
"name": "header",
- "parameters": [],
+ "parameters": [
+ {
+ "name": "scope",
+ "optional": false,
+ "type": "{\n \t id: boolean, // Current id state as a string\n \t class: string, // Style class of the icon\n }"
+ }
+ ],
"returnType": "VNode[]",
"description": "Custom header template."
},