open fun replacePage(pageId: String, options: dynamic = undefined): Promise<Unit>?
Replaces the current top page with the specified one.
pageId - a given page id
pageId
options - a parameter object
options
open fun replacePage(page: Page, options: dynamic = undefined): Promise<Unit>?
page - a given page
page