File

core/wizard/wizard.model.ts

Description

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.

Index

Properties

Properties

c8yIcon
c8yIcon: string
Type : string
Optional

The icon that will be shown in the wizard menu next to the item.

component
component: Type<any>
Type : Type<any>
Optional

The component that will be rendered when this entry is selected in the wizard's menu. If path is provided, the component will be ignored.

name
name: string
Type : string

The name that will be displayed in the wizard menu

path
path: string
Type : string
Optional

The path where user will be redirected when this entry is selected in the wizard's menu. Takes precedence over component property.

wizardId
wizardId: string
Type : string

The identifier of a wizard to which the entry will be hooked. Example: "wizardId".

results matching ""

    No results matching ""