previousLabel
string
(optional)
The label for the previous button, defaults to «
nextLabel
string
(optional)
The label for the next button, defaults to »
ariaPreviousLabel
string
(optional)
The accessibility ARIA label for the previous button, defaults to Previous
ariaNextLabel
string
(optional)
The accessibility ARIA label for the next button, defaults to Next
ariaCurrentAttr
boolean
(optional)
Set to false to prevent output of aria-current='page'
for the active page <li>
See MDN's article on aria-current for further details