Update API doc

pull/4004/head
GitHub Actions Bot 2023-05-29 13:39:26 +00:00
parent 7e8f8a7c7c
commit b85d2b5536
1 changed files with 24 additions and 0 deletions

View File

@ -552,6 +552,30 @@
"type": "number", "type": "number",
"default": "", "default": "",
"description": "Current index of the tab." "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."
} }
], ],
"methods": [] "methods": []