optional property

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

Whether the step is optional. Optional steps have an extra label denoting that they're optional and should be skip-able. Default is false.

Implementation

@Input()
bool optional = false;