jumpStream property
Called when the user wants to jump to this step.
If the event handler calls $event.cancel()
, the step won't be continued.
Implementation
@Output('jumpHere')
Stream<AsyncAction<bool>> get jumpStream => _jumpController.stream;
Called when the user wants to jump to this step.
If the event handler calls $event.cancel()
, the step won't be continued.
@Output('jumpHere')
Stream<AsyncAction<bool>> get jumpStream => _jumpController.stream;