forked from lsl/xzjl-ui
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
3 years ago | |
|---|---|---|
| .. | ||
| README.en-US.md | 3 years ago | |
| README.md | 3 years ago | |
| props.d.ts | 3 years ago | |
| props.js | 3 years ago | |
| pull-down-refresh.d.ts | 3 years ago | |
| pull-down-refresh.js | 3 years ago | |
| pull-down-refresh.json | 3 years ago | |
| pull-down-refresh.wxml | 3 years ago | |
| pull-down-refresh.wxss | 3 years ago | |
| type.d.ts | 3 years ago | |
| type.js | 3 years ago | |
README.en-US.md
:: BASE_DOC ::
API
PullDownRefresh Props
| name | type | default | description | required |
|---|---|---|---|---|
| external-classes | Array | - | ['t-class', 't-class-loading','t-class-text', 't-class-indicator'] |
N |
| loading-bar-height | String / Number | 50 | - | N |
| loading-props | Object | - | Typescript:LoadingProps,Loading API Documents。see more ts definition |
N |
| loading-texts | Array | [] | Typescript:string[] |
N |
| max-bar-height | String / Number | 80 | - | N |
| refresh-timeout | Number | 3000 | - | N |
| value | Boolean | false | - | N |
| default-value | Boolean | false | uncontrolled property | N |
PullDownRefresh Events
| name | params | description |
|---|---|---|
| change | (value: boolean) |
- |
| refresh | - | - |
| scrolltolower | - | - |
| timeout | - | - |