mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +08:00
chore(): update stencil + api-spec file
This commit is contained in:

committed by
Manu MA

parent
b645bfd1b7
commit
a85ef06ac9
@ -24,7 +24,7 @@ Licensed under MIT
|
||||
| Property | Attribute | Description | Type | Default |
|
||||
| ----------- | ----------- | -------------------------------------------------------------------------------------------- | --------------- | ----------- |
|
||||
| `mode` | `mode` | The mode determines which platform styles to use. | `"ios" \| "md"` | `undefined` |
|
||||
| `options` | -- | Options to pass to the swiper instance. See http://idangero.us/swiper/api/ for valid options | `any` | `{}` |
|
||||
| `options` | `options` | Options to pass to the swiper instance. See http://idangero.us/swiper/api/ for valid options | `any` | `{}` |
|
||||
| `pager` | `pager` | If `true`, show the pagination. | `boolean` | `false` |
|
||||
| `scrollbar` | `scrollbar` | If `true`, show the scrollbar. | `boolean` | `false` |
|
||||
|
||||
@ -42,13 +42,13 @@ Licensed under MIT
|
||||
| `ionSlidePrevStart` | Emitted when the previous slide has started. | void |
|
||||
| `ionSlideReachEnd` | Emitted when the slider is at the last slide. | void |
|
||||
| `ionSlideReachStart` | Emitted when the slider is at its initial position. | void |
|
||||
| `ionSlidesDidLoad` | Emitted after Swiper initialization | void |
|
||||
| `ionSlideTap` | Emitted when the user taps/clicks on the slide's container. | void |
|
||||
| `ionSlideTouchEnd` | Emitted when the user releases the touch. | void |
|
||||
| `ionSlideTouchStart` | Emitted when the user first touches the slider. | void |
|
||||
| `ionSlideTransitionEnd` | Emitted when the slide transition has ended. | void |
|
||||
| `ionSlideTransitionStart` | Emitted when the slide transition has started. | void |
|
||||
| `ionSlideWillChange` | Emitted before the active slide has changed. | void |
|
||||
| `ionSlidesDidLoad` | Emitted after Swiper initialization | void |
|
||||
|
||||
|
||||
## Methods
|
||||
|
Reference in New Issue
Block a user