Update API doc

pull/4148/head
GitHub Actions Bot 2023-07-13 11:13:23 +00:00
parent d730a7081c
commit d07e84a0e9
1 changed files with 32 additions and 0 deletions

View File

@ -38652,6 +38652,38 @@
"type": "number",
"default": "",
"description": "Current index of the tab."
},
{
"name": "count",
"optional": false,
"readonly": false,
"type": "number",
"default": "",
"description": "Count of tabs"
},
{
"name": "first",
"optional": false,
"readonly": false,
"type": "boolean",
"default": "",
"description": "Whether the tab is first."
},
{
"name": "last",
"optional": false,
"readonly": false,
"type": "boolean",
"default": "",
"description": "Whether the tab is last."
},
{
"name": "active",
"optional": false,
"readonly": false,
"type": "boolean",
"default": "",
"description": "Whether the tab is active."
}
],
"methods": []