Skip to main content

Interface: WizardPage

dg.WizardPage

EXPERIMENTAL - USE AT YOUR OWN RISK - API might change

Properties

caption

Optional caption: string | HTMLElement

Caption to be displayed on top of the panel

Defined in

src/ui/wizard.ts:14


onActivated

Optional onActivated: () => void

Type declaration

▸ (): void

Called when the page is activated

Returns

void

Defined in

src/ui/wizard.ts:17


root

root: HTMLDivElement

Defined in

src/ui/wizard.ts:11


validate

Optional validate: () => null | string

Type declaration

▸ (): null | string

Returns error message (and stops wizard from proceeding to the next page), or null if validated

Returns

null | string

Defined in

src/ui/wizard.ts:21