Update API doc

pull/4283/head
GitHub Actions Bot 2023-08-17 07:20:07 +00:00
parent c3b2d5cb96
commit b507af6718
1 changed files with 1 additions and 1 deletions

View File

@ -650,7 +650,7 @@
{
"name": "scope",
"optional": false,
"type": "{\n \t <b>index</b>: number, // Index of the tab\n \t <b>isTabActive</b>: (inde: number) &rArr; void, // Whether the tab is active\n }",
"type": "{\n \t <b>index</b>: number, // Index of the tab\n \t <b>isTabActive</b>: (index: number) &rArr; void, // Whether the tab is active\n }",
"description": "header slot's params."
}
],