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

resetToPage

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

Clears page stack and adds the specified page to the stack.

Parameters

pageId - a given page id

options - a parameter object

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

Clears page stack and adds the specified page to the stack.

Parameters

page - a given page

options - a parameter object