Skip to content

Commit 3d25edb

Browse files
GitHub Actions BotLeaderbotX400
GitHub Actions Bot
authored andcommitted
Update API doc
1 parent b443a01 commit 3d25edb

File tree

2 files changed

+86
-7
lines changed

2 files changed

+86
-7
lines changed

apps/showcase/doc/common/apidoc/index.json

+32
Original file line numberDiff line numberDiff line change
@@ -7119,6 +7119,38 @@
71197119
"type": "boolean",
71207120
"default": "false",
71217121
"description": "Current highlighted state of the indicator as a boolean."
7122+
},
7123+
{
7124+
"name": "index",
7125+
"optional": false,
7126+
"readonly": false,
7127+
"type": "number",
7128+
"default": "",
7129+
"description": "Index of the item as a number."
7130+
},
7131+
{
7132+
"name": "active",
7133+
"optional": false,
7134+
"readonly": false,
7135+
"type": "boolean",
7136+
"default": "false",
7137+
"description": "Current active state of the item as a boolean."
7138+
},
7139+
{
7140+
"name": "start",
7141+
"optional": false,
7142+
"readonly": false,
7143+
"type": "boolean",
7144+
"default": "false",
7145+
"description": "Current start state of the item as a boolean."
7146+
},
7147+
{
7148+
"name": "end",
7149+
"optional": false,
7150+
"readonly": false,
7151+
"type": "boolean",
7152+
"default": "false",
7153+
"description": "Current end state of the item as a boolean."
71227154
}
71237155
],
71247156
"methods": []

pnpm-lock.yaml

+54-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)