PageIndicator
Eigenschaften
| Name | Type | Default Value | Description |
|---|---|---|---|
name | string | undefined | Name of the Page Indicator |
pages | number | undefined | amount of pages |
isNumbered | boolean | false | Shows numbers if true |
disabled | boolean | false | prevent click on indicator steps if true |
selected | number | 1 | number of the selected page |
Events
| Name | Description |
|---|---|
prevClicked | triggers if the previous button is clicked |
clicked | triggers if a specific step other than the current is clicked and return that page number |
nextClicked | triggers if the next button is clicked |