withPage

@Contract(value = "_ -> new", pure = true)
abstract fun withPage(page: Component): I

Creates new item metadata with the given page added to the end of the pages.

Return

new item metadata

Parameters

page

the page to add