pushPage

open fun pushPage(pageId: String, options: dynamic = undefined): <Error class: unknown class><Unit>?

Pushes the specified page into the stack.

Parameters

pageId

a given page id

options

a parameter object


open fun pushPage(page: Page, options: dynamic = undefined): <Error class: unknown class><Unit>?

Pushes the specified page into the stack.

Parameters

page

a given page

options

a parameter object