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.
プロパティ
pullingIcon
Description | プルダウン開始時に表示する静的なアイコンまたはスピナーです。スピナー名を指定することで、iOSデバイスでプルダウン時に徐々にティックマークが表示されるようにすることができます。 |
Attribute | pulling-icon |
Type | null | string | undefined |
Default | undefined |
pullingText
Description | プルダウン開始時に表示したいテキストです。 pullingText は、文字列としてプレーンテキストまたはHTMLのいずれかを受け取ることができます。通常HTML用に予約されている文字を表示するには、エスケープする必要があります。例えば、<Ionic> は <Ionic> になります:セキュリティ・ドキュメント デフォルトでは、コンテンツはプレーンテキストとして解析されます。カスタムHTMLを使用するには、Ionicの設定で innerHTMLTemplatesEnabled を true に設定する必要があります。 |
Attribute | pulling-text |
Type | IonicSafeString | string | undefined |
Default | undefined |
refreshingSpinner
Description | リフレッシュ開始を示すアニメーションSVGスピナー |
Attribute | refreshing-spinner |
Type | "bubbles" | "circles" | "circular" | "crescent" | "dots" | "lines" | "lines-sharp" | "lines-sharp-small" | "lines-small" | null | undefined |
Default | undefined |
refreshingText
Description | リフレッシュを行う際に表示したいテキストです。 refreshingText には、文字列としてプレーンテキストまたはHTMLのいずれかを指定することができます。通常HTML用に予約されている文字を表示するには、エスケープする必要があります。例えば、<Ionic> は <Ionic> となります:セキュリティ・ドキュメント デフォルトでは、コンテンツはプレーンテキストとして解析されます。カスタムHTMLを使用するには、Ionicの設定で innerHTMLTemplatesEnabled を true に設定する必要があります。 |
Attribute | refreshing-text |
Type | IonicSafeString | string | undefined |
Default | undefined |
イベント
No events available for this component.
メソッド
No public methods available for this component.
CSS Shadow Parts
No CSS shadow parts available for this component.
CSSカスタムプロパティ
No CSS custom properties available for this component.
Slots
No slots available for this component.