ado5 60ac2c1c9a first commit 7 ヶ月 前
..
README.en-US.md 60ac2c1c9a first commit 7 ヶ月 前
README.md 60ac2c1c9a first commit 7 ヶ月 前
index.wxs 60ac2c1c9a first commit 7 ヶ月 前
props.d.ts 60ac2c1c9a first commit 7 ヶ月 前
props.js 60ac2c1c9a first commit 7 ヶ月 前
tree-select.d.ts 60ac2c1c9a first commit 7 ヶ月 前
tree-select.js 60ac2c1c9a first commit 7 ヶ月 前
tree-select.json 60ac2c1c9a first commit 7 ヶ月 前
tree-select.wxml 60ac2c1c9a first commit 7 ヶ月 前
tree-select.wxss 60ac2c1c9a first commit 7 ヶ月 前
type.d.ts 60ac2c1c9a first commit 7 ヶ月 前
type.js 60ac2c1c9a first commit 7 ヶ月 前

README.en-US.md

:: BASE_DOC ::

API

TreeSelect Props

name | type | default | description | required -- | -- | -- | -- | -- custom-style | String | - | - | N height | String / Number | 336 | - | N keys | Object | - | Typescript:KeysType | N multiple | Boolean | false | - | N options | Array | [] | Typescript:Array<DataOption> | N value | String / Number / Array | - | Typescript:TreeSelectValue type TreeSelectValue = string \| number \| Array<TreeSelectValue>see more ts definition | N default-value | String / Number / Array | undefined | uncontrolled property。Typescript:TreeSelectValue type TreeSelectValue = string \| number \| Array<TreeSelectValue>see more ts definition | N

TreeSelect Events

name | params | description -- | -- | -- change | (value: TreeSelectValue, level: TreeLevel) | see more ts definition
type TreeLevel: 0 \| 1 \| 2