Files
ionic-framework/core/src/components/item-options
Manu MA 34dfc3ce98 refactor(all): updating to newest stencil apis (#18578)
* chore(): update ionicons

* refactor(all): updating to newest stencil apis

* fix lint issues

* more changes

* moreee

* fix treeshaking

* fix config

* fix checkbox

* fix stuff

* chore(): update ionicons

* fix linting errors
2019-06-23 11:26:42 +02:00
..

ion-item-options

The option buttons for an ion-item-sliding. These buttons can be placed either on the start or end side. You can combine the ionSwipe event plus the expandable directive to create a full swipe action for the 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.

Properties

Property Attribute Description Type Default
side side The side the option button should be on. Possible values: "start" and "end". If you have multiple ion-item-options, a side must be provided for each. "end" | "start" 'end'

Events

Event Description Type
ionSwipe Emitted when the item has been fully swiped. CustomEvent<any>

Built with StencilJS