kvision / pl.treksoft.kvision.onsenui.splitter / SplitterContent / load

load

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

Loads the specified page into the splitter content.

Parameters

pageId - a given page id

options - a parameter object

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

Loads the specified page into the splitter content.

Parameters

page - a given page

options - a parameter object