Files
Manu MA ecc2c55370 docs(all): possible values are extracted by stencil (#16190)
* docs(all): possible values are extracted by stencil

* add defaults

* remove all hardcoded defaults

* update stencil
2018-11-02 00:06:40 +01:00
..

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

Property Attribute Description Type Default
pullingIcon pulling-icon A static icon to display when you begin to pull down string | undefined undefined
pullingText pulling-text The text you want to display when you begin to pull down string | undefined undefined
refreshingSpinner refreshing-spinner An animated SVG spinner that shows when refreshing begins "bubbles" | "circles" | "crescent" | "dots" | "lines" | "lines-small" | undefined undefined
refreshingText refreshing-text The text you want to display when performing a refresh string | undefined undefined

Built with StencilJS