Skip to main content

WizardPage

Defined in: 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 panelsrc/ui/wizard.ts:14
onActivated?() => voidCalled when the page is activatedsrc/ui/wizard.ts:17
rootHTMLDivElement-src/ui/wizard.ts:11
validate?() => string | nullReturns error message (and stops wizard from proceeding to the next page), or null if validatedsrc/ui/wizard.ts:21