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." },