kvision / pl.treksoft.kvision.onsenui.core / Navigator / replacePage

replacePage

(js) open fun replacePage(pageId: String, options: dynamic = undefined): Promise<Unit>?

Replaces the current top page with the specified one.

Parameters

pageId - a given page id

options - a parameter object

(js) open fun replacePage(page: Page, options: dynamic = undefined): Promise<Unit>?

Replaces the current top page with the specified one.

Parameters

page - a given page

options - a parameter object