Adapter between the lifted commit-controller and the stepper's action shape
CngxStepperCommitHandler
Interface
projects/common/stepper/commit-handler.ts
Import#
import { CngxStepperCommitHandler } from '@cngx/common/stepper'
Description#
Adapter between the lifted commit-controller and the stepper's
action shape. The presenter delegates to beginTransition on
every step change driven by commitAction.
Index#
Properties
Methods
Instance Properties#
Methods#
beginTransition(fromIndex: number, toIndex: number, action: CngxStepperCommitAction, onResolve: function)Start a transition commit. Returns synchronously; the controller's
state signal reports the in-flight status.
skipped on supersede.fires true on accept, false on rejection;
skipped on supersede.