ion-refresher-content
The refresher content contains the text, icon and spinner to display during a pull-to-refresh. Ionic provides the pulling icon and refreshing spinner based on the platform. However, the default icon, spinner, and text can be customized based on the state of the refresher.
Properties
pullingIcon | |
---|---|
Description | A static icon or a spinner to display when you begin to pull down. A spinner name can be provided to gradually show tick marks when pulling down on iOS devices. |
Attribute | pulling-icon |
Type | null | string | undefined |
pullingText | |
Description | The text you want to display when you begin to pull down. For more information: Security Documentation |
Attribute | pulling-text |
Type | IonicSafeString | string | undefined |
refreshingSpinner | |
Description | An animated SVG spinner that shows when refreshing begins |
Attribute | refreshing-spinner |
Type | "bubbles" | "circles" | "circular" | "crescent" | "dots" | "lines" | "lines-small" | null | undefined |
refreshingText | |
Description | The text you want to display when performing a refresh. For more information: Security Documentation |
Attribute | refreshing-text |
Type | IonicSafeString | string | undefined |