アイテムオプションコンポーネントは、スライドアイテムのアイテムオプションボタンのためのコンテナです。これらのボタンは、startまたはendのいずれかに配置することができます。
詳しくは item sliding のドキュメントを参照してください。
| 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. |
| Description | オプションボタンを配置する側を指定します。指定可能な値。start"と"end".複数の ion-item-options` がある場合は、それぞれにサイドを指定する必要があります。 |
| Attribute | side |
| Type | "end" | "start" |
| Default | 'end' |
| Name | Description | Bubbles |
|---|
ionSwipe | アイテムが完全にスワイプされたときに発行されます。 | true |