Swipeout Vue Component
- - single swipeout button
Event | Description |
---|---|
<f7-swipeout-button> events | |
click | Event will be triggered on swipeout button click |
<f7-list-item> events The following events will be available on <f7-list-item> with enabled | |
swipeout | Event will be triggered while you move swipeout element. event.detail.progress contains current opened progress percentage |
swipeout:open | Event will be triggered when swipeout element starts its opening animation |
swipeout:opened | Event will be triggered after swipeout element completes its opening animation |
swipeout:close | Event will be triggered when swipeout element starts its closing animation |
swipeout:closed | Event will be triggered after swipeout element completes its closing animation |
swipeout:delete | Event will be triggered after swipeout element starts its delete animation |
swipeout:deleted | Event will be triggered after swipeout element completes its delete animation right before it will be removed from DOM |
swipeout:overswipeenter | Event will be triggered when overswipe enabled |
swipeout:overswipeexit | Event will be triggered when overswipe disabled |