Skip to main content

WizardPage

Defined in: js-api/src/ui/wizard.ts:9

EXPERIMENTAL - USE AT YOUR OWN RISK - API might change

Properties

PropertyTypeDescriptionDefined in
caption?string | HTMLElementCaption to be displayed on top of the paneljs-api/src/ui/wizard.ts:14
onActivated?() => voidCalled when the page is activatedjs-api/src/ui/wizard.ts:17
rootHTMLDivElement-js-api/src/ui/wizard.ts:11
validate?() => string | nullReturns error message (and stops wizard from proceeding to the next page), or null if validatedjs-api/src/ui/wizard.ts:21