ion-infinite-scroll-content
ion-infinite-scroll-content
コンポーネントは、ion-infinite-scroll
で使用されるデフォルトの子コンポーネントです。無限スクロールのスピナーが表示されます。このスピナーはプラットフォームに応じて最適に表示され、無限スクロールの状態に応じて外観が変化します。loadingSpinner
and loadingText
プロパティを設定することにより、既定値のスピナーを変更したり、テキストを追加することができます。
For more information as well as usage, see the Infinite Scroll Documentation.
プロパティ
loadingSpinner
Description | ロード中に表示されるアニメーションSVGスピナーです。 |
Attribute | loading-spinner |
Type | "bubbles" | "circles" | "circular" | "crescent" | "dots" | "lines" | "lines-sharp" | "lines-sharp-small" | "lines-small" | null | undefined |
Default | undefined |
loadingText
Description | ロード中に表示するオプションのテキスト。loadingText には、文字列としてプレーンテキストまたはHTMLのいずれかを指定することができます。通常HTML用に予約されている文字を表示するには、エスケープする必要があります。例えば、<Ionic> は <Ionic> になります。詳しくはこちら:セキュリティ・ドキュメント このプロパティは、カスタムHTMLを文字列として受け付けます。デフォルトでは、コンテンツはプレーンテキストとしてパースされます。カスタムHTMLを使用するには、Ionicの設定で innerHTMLTemplatesEnabled を true に設定する必要があります。 |
Attribute | loading-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.