setPageTitle

open fun setPageTitle(page: Widget, title: String)

Sets a title for @page.

The title is displayed in the header area of the assistant when @page is the current page.

Parameters

page

a page of @assistant

title

the new title for @page