ion-refresher-content
The refresher content contains the text, icon and spinner to display during a pull-to-refresh. Ionic displays a 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.
For usage examples, see the Refresher documentation.
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 |
Default | undefined |
pullingTextâ
Description | The text you want to display when you begin to pull down. pullingText can accept either plaintext or HTML as a string. To display characters normally reserved for HTML, they must be escaped. For example <Ionic> would become <Ionic> For more information: Security Documentation Content is parsed as plaintext by default. innerHTMLTemplatesEnabled must be set to true in the Ionic config before custom HTML can be used. |
Attribute | pulling-text |
Type | IonicSafeString īŊ string īŊ undefined |
Default | undefined |
refreshingSpinnerâ
Description | An animated SVG spinner that shows when refreshing begins |
Attribute | refreshing-spinner |
Type | "bubbles" īŊ "circles" īŊ "circular" īŊ "crescent" īŊ "dots" īŊ "lines" īŊ "lines-sharp" īŊ "lines-sharp-small" īŊ "lines-small" īŊ null īŊ undefined |
Default | undefined |
refreshingTextâ
Description | The text you want to display when performing a refresh. refreshingText can accept either plaintext or HTML as a string. To display characters normally reserved for HTML, they must be escaped. For example <Ionic> would become <Ionic> For more information: Security Documentation Content is parsed as plaintext by default. innerHTMLTemplatesEnabled must be set to true in the Ionic config before custom HTML can be used. |
Attribute | refreshing-text |
Type | IonicSafeString īŊ string īŊ undefined |
Default | undefined |
Eventsâ
No events available for this component.
Methodsâ
No public methods available for this component.
CSS Shadow Partsâ
No CSS shadow parts available for this component.
CSS Custom Propertiesâ
No CSS custom properties available for this component.
Slotsâ
No slots available for this component.