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

ion-fab

shadow

Properties

activated

Descriptionもし true ならば、ion-fab 内の ion-fab-button とすべての ion-fab-list の両方がアクティブになる。つまり、ion-fab-buttoncloseアイコンになり、ion-fab-listは可視化される。
Attributeactivated
Typeboolean
Defaultfalse

edge

Descriptiontrueの場合、vertical"top"の場合はヘッダーの端に、"bottom"の場合はフッターの端にファブを表示します。 fixed slotと一緒に使用する必要があります。
Attributeedge
Typeboolean
Defaultfalse

horizontal

Descriptionビューポートでファブを水平に揃える場所。
Attributehorizontal
Type"center" | "end" | "start" | undefined
Defaultundefined

vertical

Descriptionビューポートでファブを縦に並べる場所。
Attributevertical
Type"bottom" | "center" | "top" | undefined
Defaultundefined

Methods

close

DescriptionアクティブなFABリストコンテナを閉じる。
Signatureclose() => Promise<void>
View Source