ado5 60ac2c1c9a first commit 7 月之前
..
README.en-US.md 60ac2c1c9a first commit 7 月之前
README.md 60ac2c1c9a first commit 7 月之前
indexes.d.ts 60ac2c1c9a first commit 7 月之前
indexes.js 60ac2c1c9a first commit 7 月之前
indexes.json 60ac2c1c9a first commit 7 月之前
indexes.wxml 60ac2c1c9a first commit 7 月之前
indexes.wxss 60ac2c1c9a first commit 7 月之前
props.d.ts 60ac2c1c9a first commit 7 月之前
props.js 60ac2c1c9a first commit 7 月之前
type.d.ts 60ac2c1c9a first commit 7 月之前
type.js 60ac2c1c9a first commit 7 月之前

README.en-US.md

:: BASE_DOC ::

API

Indexes Props

name | type | default | description | required -- | -- | -- | -- | -- custom-style v0.25.0 | String | - | - | N height | Number | - | - | N list | Array | [] | required。Typescript:ListItem[] interface ListItem { title: string; index: string; children: { title: string; [key: string]: any} [] }see more ts definition | Y sticky | Boolean | true | Typescript:Boolean | N

Indexes Events

name | params | description -- | -- | -- select | (indexes: { groupIndex: string; childrenIndex: number }) | -