pages

@Contract(value = "_ -> this", mutates = "this")
abstract fun pages(pages: Collection<Component>): B
@Contract(value = "_ -> this", mutates = "this")
open fun pages(vararg pages: Component): B

Sets the pages the book has to the given pages.

Return

this builder

Parameters

pages

the pages