canContinue property

  1. @Input.new()
bool canContinue
getter/setter pair

Whether the step can continue.

This can be used to prevent continuing on from a step until all parts of the current step meet validation requirements.

Implementation

@Input()
bool canContinue = true;