ion-refresher-content
Defines a Content Refresher component.
By default, Ionic provides the pulling icon and refreshing spinner that looks best for the platform the user is on. However, you can change the default icon and spinner, along with adding text for each state by adding properties to the child Content Refresher component.
For more information: Refresher.
Name | Description |
---|---|
Close Duration | How many milliseconds it takes to close the refresher. |
Enabled | If the refresher is enabled or not. This should be used in place of an ngIf. |
PullMax | The maximum distance of the pull until the refresher will automatically go into the refreshing state. By default, the pull maximum will be the result of pullMin + 60. |
PullMin | The min distance the user must pull down until the refresher can go into the refreshing state. |
SnapbackDuration | How many milliseconds it takes the refresher to to snap back to the refreshing state. |
Comment | Describes the object comment to include in the documentation report. This property generally contains an explanation about the object. |
Identifier | Defines the component identifier. |
Is active | Defines whether the component is active. |