File tree 2 files changed +86
-7
lines changed
apps/showcase/doc/common/apidoc
2 files changed +86
-7
lines changed Original file line number Diff line number Diff line change 7119
7119
"type": "boolean",
7120
7120
"default": "false",
7121
7121
"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."
7122
7154
}
7123
7155
],
7124
7156
"methods": []
You can’t perform that action at this time.
0 commit comments