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

insertPage

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

Insert the specified page into the stack with at a position defined by the index argument.

Parameters

index - an insertion index

pageId - a given page id

options - a parameter object

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

Insert the specified page into the stack with at a position defined by the index argument.

Parameters

index - an insertion index

page - a given page

options - a parameter object