Skip to content

Commit d5daaf5

Browse files
committed
docs(slides): include pager option in Slides API docs
references #5508
1 parent 9412a7c commit d5daaf5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ionic/components/slides/slides.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ import {Scroll} from '../scroll/scroll';
4444
* | direction | `string` | 'horizontal' | Swipe direction: 'horizontal' or 'vertical'. |
4545
* | initialSlide | `number` | 0 | Index number of initial slide |
4646
* | loop | `boolean` | false | Whether to continuously loop from the last slide to the first slide. |
47+
* | pager | `boolean` | false | Show the pagination bullets. |
4748
* | speed | `number` | 300 | Duration of transition between slides (in ms). |
4849
*
4950
* See [Usage](#usage) below for more information on configuring slides.

0 commit comments

Comments
 (0)