.. | ||
index.wxs | ||
props.d.ts | ||
props.js | ||
README.en-US.md | ||
README.md | ||
tree-select.d.ts | ||
tree-select.js | ||
tree-select.json | ||
tree-select.wxml | ||
tree-select.wxss | ||
type.d.ts | ||
type.js |
:: BASE_DOC ::
API
TreeSelect Props
name | type | default | description | required |
---|---|---|---|---|
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 |
CSS Variables
The component provides the following CSS variables, which can be used to customize styles.
Name | Default Value | Description |
---|---|---|
--td-tree-bg-color | @bg-color-container | - |
--td-tree-colum-width | 206rpx | - |
--td-tree-item-active-color | @brand-color | - |
--td-tree-item-font-size | 32rpx | - |
--td-tree-item-height | 112rpx | - |
--td-tree-root-bg-color | @bg-color-secondarycontainer | - |