Skip to content

Commit

Permalink
Update API doc
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Aug 21, 2024
1 parent 077acfa commit 987fce1
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 22 deletions.
32 changes: 32 additions & 0 deletions apps/showcase/doc/common/apidoc/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -7119,6 +7119,38 @@
"type": "boolean",
"default": "false",
"description": "Current highlighted state of the indicator as a boolean."
},
{
"name": "index",
"optional": false,
"readonly": false,
"type": "number",
"default": "",
"description": "Index of the item as a number."
},
{
"name": "active",
"optional": false,
"readonly": false,
"type": "boolean",
"default": "false",
"description": "Current active state of the item as a boolean."
},
{
"name": "start",
"optional": false,
"readonly": false,
"type": "boolean",
"default": "false",
"description": "Current start state of the item as a boolean."
},
{
"name": "end",
"optional": false,
"readonly": false,
"type": "boolean",
"default": "false",
"description": "Current end state of the item as a boolean."
}
],
"methods": []
Expand Down
39 changes: 17 additions & 22 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 987fce1

Please sign in to comment.