navigation
Control the previous and next navigation buttons.
Options
Option | Type | Description |
---|---|---|
previousButton | PageLink object | Controls the previous page button. |
nextButton | PageLink object | Controls the next page button. |
PageLink object
Option | Type | Description |
---|---|---|
hide | boolean | Specifies if the navigation link button is hidden. Default false . |
text | string | Label text. Default value: Next page or Previous page . |
Examples
Text example
navigation: nextButton: text: → Next page" previousButton: hide: text:
Hide navigation links example
navigation: nextButton: hide: true previousButton: hide: true