メインコンテンツまでスキップ
バージョン: v8

ion-list

Properties

inset

Descriptiontrueの場合、リストの周囲に余白ができ、角が丸くなる。
Attributeinset
Typeboolean
Defaultfalse

lines

Descriptionすべてのアイテムで、下のボーダーをどのように表示させるか。
Attributelines
Type"full" | "inset" | "none" | undefined
Defaultundefined

mode

Descriptionmodeは、どのプラットフォームのスタイルを使用するかを決定します。
Attributemode
Type"ios" | "md"
Defaultundefined

Methods

closeSlidingItems

Descriptionリスト内で ion-item-sliding が使用されている場合、このメソッドは開いているスライドアイテムを閉じる。 実際に ion-item-sliding が閉じられた場合は true を返します。
SignaturecloseSlidingItems() => Promise<boolean>
View Source