21 lines
665 B
Markdown
21 lines
665 B
Markdown
---
|
|
title: previousPage -
|
|
---
|
|
//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[InventoryGUIPageBuilder](index.md)/[previousPage](previous-page.md)
|
|
|
|
|
|
|
|
# previousPage
|
|
[jvm]
|
|
Brief description
|
|
|
|
|
|
This button always tries to find the previous page if clicked, and if a previous page exists it is loaded.
|
|
|
|
|
|
Content
|
|
fun [previousPage](previous-page.md)(slots: [InventorySlotCompound](../-inventory-slot-compound/index.md)<[T](index.md)>, itemStack: ItemStack, onChange: ([InventoryGUIClickEvent](../-inventory-g-u-i-click-event/index.md)<[T](index.md)>) -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)?)
|
|
|
|
|
|
|