open fun load(pageId: String, options: dynamic = undefined): Promise<Unit>?
Loads the specified page into the splitter content.
open fun load(page: Page, options: dynamic = undefined): Promise<Unit>?
Loads the specified page into the splitter content.