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

pushPage

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

Pushes the specified page into the stack.

Parameters

pageId - a given page id

options - a parameter object

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

Pushes the specified page into the stack.

Parameters

page - a given page

options - a parameter object