ion-item-options
ion-item-slidingで利用するButton要素のオプションです。これらのButtonは、ionSwipe イベントと expandable ディレクティブを組み合わせて、Itemのすべてのスワイプアクションを作成できます。
Side Description
| Side | Position | Swipe Direction |
|---|---|---|
start | To the left of the content in LTR, and to the
right in RTL. |
From left to
right in LTR, and from right to left in RTL. |
end |
To the right of the content in LTR, and to the
left in RTL. |
From right to
left in LTR, and from left to right in RTL. |
プロパティ
side | |
|---|---|
| Description | The side the option button should be on. Possible values:
|
| Attribute | side |
| Type | "end" | "start" |
| Default | 'end' |
イベント
| Name | Description |
|---|---|
ionSwipe | Emitted when the item has been fully swiped. |

