Files
lingxiao865 c5af079d8c first commit
2026-02-10 08:05:03 +08:00
..
2026-02-10 08:05:03 +08:00
2026-02-10 08:05:03 +08:00
2026-02-10 08:05:03 +08:00
2026-02-10 08:05:03 +08:00
2026-02-10 08:05:03 +08:00
2026-02-10 08:05:03 +08:00

:: BASE_DOC ::

API

PullDownRefresh Props

name type default description required
custom-style Object - CSS(Cascading Style Sheets) N
disabled Boolean false disabled pull down refresh N
enable-back-to-top Boolean true - N
enable-passive Boolean false - N
loading-bar-height String / Number 50 - N
loading-props Object {} TypescriptLoadingPropsLoading API Documentssee more ts definition N
loading-texts Array [] Typescriptstring[] N
lower-threshold String / Number 50 - N
max-bar-height String / Number 80 - N
refresh-timeout Number 3000 - N
scroll-into-view String - - N
show-scrollbar Boolean true - N
success-duration String / Number 500 - N
upper-threshold String / Number 50 - N
using-custom-navbar Boolean false - N
value Boolean false v-model:value is supported N
default-value Boolean false uncontrolled property N

PullDownRefresh Events

name params description
change (context: { value: boolean }) -
dragend (context: TouchEvent) -
dragging (context: TouchEvent) -
dragstart (context: TouchEvent) -
refresh - -
scrolltolower - -
timeout - -

PullDownRefresh Slots

name Description
- -
header -

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 @text-color-placeholder -