Wizard
Defined in: src/ui/wizard.ts:26
EXPERIMENTAL - USE AT YOUR OWN RISK - API might change
Extends
Constructors
Constructor
new Wizard(
options?):Wizard
Defined in: src/ui/wizard.ts:36
Parameters
| Parameter | Type |
|---|---|
options? | { helpUrl?: string; title?: string; } |
options.helpUrl? | string |
options.title? | string |
Returns
Wizard
Overrides
Properties
| Property | Modifier | Type | Default value | Description | Inherited from | Defined in |
|---|---|---|---|---|---|---|
_currentPage | public | WizardPage | undefined | - | - | src/ui/wizard.ts:31 |
_functions | protected | Func[] | [] | - | Widget._functions | src/widgets/base.ts:243 |
_properties | protected | Property[] | [] | - | Widget._properties | src/widgets/base.ts:242 |
_root | protected | HTMLElement | undefined | - | Widget._root | src/widgets/base.ts:241 |
captionHost | public | HTMLDivElement | undefined | - | - | src/ui/wizard.ts:27 |
contentHost | public | HTMLDivElement | undefined | - | - | src/ui/wizard.ts:28 |
dart | public | any | undefined | - | Widget.dart | src/widgets/base.ts:246 |
factory | public | Func | null | null | Constructor function. No parameters, returns [Widget]. | Widget.factory | src/widgets/base.ts:239 |
isDetached | public | boolean | false | - | Widget.isDetached | src/widgets/base.ts:247 |
nextButton | public | Dialog<{ }> | undefined | - | - | src/ui/wizard.ts:34 |
okButton | public | HTMLButtonElement | undefined | - | - | src/ui/wizard.ts:32 |
pages | public | WizardPage[] | [] | - | - | src/ui/wizard.ts:30 |
prevButton | public | Dialog<{ }> | undefined | - | - | src/ui/wizard.ts:33 |
props | public | any | undefined | - | Dialog.props | src/widgets/base.ts:244 |
subs | public | Subscription[] | undefined | - | Widget.subs | src/widgets/base.ts:245 |
temp | public | any | undefined | Contains auxiliary information | Widget.temp | src/widgets/base.ts:236 |
wizardRoot | public | HTMLDivElement | undefined | - | - | src/ui/wizard.ts:29 |
Accessors
children
Get Signature
get children():
Widget<any>[]
Defined in: src/widgets/base.ts:320
Parent widget up the DOM tree, or null.
Returns
Widget<any>[]
Inherited from
completable
Get Signature
get completable():
boolean
Defined in: src/ui/wizard.ts:51
Returns
boolean