Skip to main content
cngx-src documentation

createStepperCommitHandler

Functioncommon/stepper

projects/common/stepper/commit-handler.ts

Description#

Build a stepper commit handler over an existing CngxCommitController. Resolves Observable<boolean> / Promise<boolean> / boolean returns into a unified accept: boolean outcome.

Signature#

createStepperCommitHandler(opts: CngxStepperCommitHandlerOptions)

Parameters#

Returns#

CngxStepperCommitHandler