xiahan cb6ddd3787 feature 代码提交 5 months ago
..
README.en-US.md cb6ddd3787 feature 代码提交 5 months ago
README.md cb6ddd3787 feature 代码提交 5 months ago
props.d.ts cb6ddd3787 feature 代码提交 5 months ago
props.js cb6ddd3787 feature 代码提交 5 months ago
pull-down-refresh.d.ts cb6ddd3787 feature 代码提交 5 months ago
pull-down-refresh.js cb6ddd3787 feature 代码提交 5 months ago
pull-down-refresh.json cb6ddd3787 feature 代码提交 5 months ago
pull-down-refresh.wxml cb6ddd3787 feature 代码提交 5 months ago
pull-down-refresh.wxss cb6ddd3787 feature 代码提交 5 months ago
type.d.ts cb6ddd3787 feature 代码提交 5 months ago
type.js cb6ddd3787 feature 代码提交 5 months ago

README.en-US.md

:: BASE_DOC ::

API

PullDownRefresh Props

name | type | default | description | required -- | -- | -- | -- | -- style | Object | - | CSS(Cascading Style Sheets) | N custom-style | Object | - | CSS(Cascading Style Sheets),used to set style on virtual component | N disabled | Boolean | false | disabled pull down refresh | N enable-back-to-top | Boolean | true | 1.1.5 | N enable-passive | Boolean | false | 1.1.5 | N header | Slot | - | 1.2.10see more ts definition | N loading-bar-height | String / Number | 50 | - | N loading-props | Object | - | Typescript:LoadingPropsLoading API Documentssee more ts definition | N loading-texts | Array | [] | Typescript:string[] | N lower-threshold | String / Number | 50 | 1.1.5 | N max-bar-height | String / Number | 80 | - | N refresh-timeout | Number | 3000 | - | N scroll-into-view | String | - | 1.1.5 | N show-scrollbar | Boolean | true | - | N upper-threshold | String / Number | 50 | 1.1.5 | N using-custom-navbar | Boolean | false | - | N value | Boolean | false | - | N default-value | Boolean | undefined | uncontrolled property | N

PullDownRefresh Events

name | params | description -- | -- | -- change | (value: boolean) | - dragend | (scrollTop: number, scrollLeft: number) | 1.2.10 dragging | (scrollTop: number, scrollLeft: number) | 1.2.10 dragstart | (scrollTop: number, scrollLeft: number) | 1.2.10 refresh | - | - scrolltolower | - | - timeout | - | -

PullDownRefresh External Classes

className | Description -- | -- t-class | - t-class-indicator | - t-class-loading | - t-class-text | -

CSS Variables

The component provides the following CSS variables, which can be used to customize styles. Name | Default Value | Description -- | -- | -- --td-pull-down-refresh-color | @font-gray-3 | -