Options
All
  • Public
  • Public/Protected
  • All
Menu

Class WizardSubstepComponent

Wizard substep component.

Note: This component is expected to be a child of wizard-step.

Hierarchy

  • WizardSubstepComponent

Implements

Index

Constructors

Properties

Accessors

Methods

Constructors

constructor

Properties

config

The wizard step config containing component properties

onShow

onShow: EventEmitter<Object> = new EventEmitter()

The event emitted when this wizard substep is shown

reviewTemplate

reviewTemplate: TemplateRef<any>

The wizard substep template used for the review details screen

Accessors

selected

  • get selected(): boolean
  • set selected(selected: boolean): void
  • Indicates that this wizard substep is selected

    Returns boolean

    True if this wizard substep is selected

  • Sets a flag indicating that this wizard substep is selected

    Parameters

    • selected: boolean

      True if this wizard substep is selected

    Returns void

    True if this wizard substep is selected

Methods

ngDoCheck

  • ngDoCheck(): void

ngOnInit

  • ngOnInit(): void

Protected setupConfig

  • setupConfig(): void

show

  • show(index: number): void

Generated using TypeDoc