ion-refresher-content
refresher contentには、引っ張って解放されるまでの間に表示されるtext, icon and spinnerが含まれています。Ionicは、プラットフォームに基づいて、pulling icon と refreshing spinnerを提供します。ただし、既定値の icon, spinnerとtextは、refresherの状態に基づいてカスタマイズできます。
プロパティ
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 |