WizardPage
Defined in: src/ui/wizard.ts:9
EXPERIMENTAL - USE AT YOUR OWN RISK - API might change
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
caption? | string | HTMLElement | Caption to be displayed on top of the panel | src/ui/wizard.ts:14 |
onActivated? | () => void | Called when the page is activated | src/ui/wizard.ts:17 |
root | HTMLDivElement | - | src/ui/wizard.ts:11 |
validate? | () => string | null | Returns error message (and stops wizard from proceeding to the next page), or null if validated | src/ui/wizard.ts:21 |