File

core/wizard/wizard.model.ts

Index

Properties

Properties

componentInitialState
componentInitialState: Partial<T>
Type : Partial<T>
Optional

A state that will be assigned to the actual component contained by the wizard.

id
id: string
Type : string

The id parameter identifies the particular wizard and can be used to refer to it when hooking wizard entries. Example: "wizardId".

onClose
onClose: EventEmitter<any>
Type : EventEmitter<any>
Optional

The event that is emitted when the wizard is closed.

onReset
onReset: EventEmitter<any>
Type : EventEmitter<any>
Optional

The event that is emitted when the wizard is reset.

onSelect
onSelect: EventEmitter<WizardEntry>
Type : EventEmitter<WizardEntry>
Optional

The event that is emitted when the wizard entry is selected.

wizardConfig
wizardConfig: WizardConfig
Type : WizardConfig
Optional

Wizard configuration object.

results matching ""

    No results matching ""