core/wizard/wizard.model.ts
A single item in the wizard. An interface describing the entry displayed in the first step of the wizard as well as the configuration of the second step and their way of interaction.
Properties |
c8yIcon |
c8yIcon:
|
Type : string
|
Optional |
The icon that will be shown in the wizard menu next to the item. |
component |
component:
|
Type : Type<any>
|
Optional |
The component that will be rendered when this entry is selected in the wizard's menu. If |
injector |
injector:
|
Type : Injector
|
Optional |
The injector to use. If not set, default injector will be used. |
name |
name:
|
Type : string
|
The name that will be displayed in the wizard menu |
path |
path:
|
Type : string
|
Optional |
The path where user will be redirected when this entry is selected in the wizard's menu. Takes precedence over |
wizardId |
wizardId:
|
Type : string
|
The identifier of a wizard to which the entry will be hooked. Example: "wizardId". |