ClassifiedListView
API
Attributes
Name | Description | Type | Default |
---|---|---|---|
className | 样式名称 | string | - |
classNavName | 导航样式名称 | string | - |
currentFocusIndex | 当前焦点的选中索引 | number | 0 |
focusScale | 焦点放大倍数 | number | 1.15 |
navType | 导航类型 | number | 10001 |
Events
Name | Description | Type |
---|---|---|
item-focused | 条目焦点变化事件 | Function |
item-click | 条目点击事件 | Function |
Slots
Name | Description |
---|---|
item | 自定义内容 |
navItem | 自定义导航内容 |
Exposes
Method | Description | Type |
---|---|---|
init | 初始化 | Function |
scrollToIndex | 滚动到指定位置 | Function |
setItemFocused | 设置条目焦点状态 | Function |
scrollToFocused | 滚动到焦点位置 | Function |
setItemSelected | 设置条目为选中状态 | Function |
scrollToSelected | 滚动到选中位置 | Function |
updateItem | 更新条目 | Function |