Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BasicStepHandler

Handler that creates generic renderers for each supported callback. This is the default when creating a new FRUI instance.

Hierarchy

  • BasicStepHandler

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Protected deferred

deferred: Deferred<FRStep>

The deferred Promise that resolves the step when it's ready to submit.

Methods

completeStep

  • completeStep(): Promise<FRStep>
  • Renders all callbacks in the step and returns a Promise that is resolved when the step is ready to be submitted.

    Returns Promise<FRStep>