previous Button
fun previousButton(slot: Int, builder: ButtonBuilder.(PaginatedGuiBuilder<T>) -> Unit): PaginatedGuiBuilder<T>
Defines the button for navigating to the previous page.
Return
The current PaginatedGuiBuilder instance for chaining.
Parameters
slot
The slot number for the previous page button.
builder
A function to configure the previous page button.