Skip to main content
cngx-src documentation

CngxCommitBeginHandlers

Interface

projects/common/data/commit/commit-controller.ts

Import#

import { CngxCommitBeginHandlers } from '@cngx/common/data'

Description#

Outcome handlers passed to controller.begin(...). The controller invokes exactly one of onSuccess / onError per commit lifecycle (unless the commit is superseded, in which case neither fires).

Index#

Instance Properties#

onError#function
Readonly
onSuccess#function
Readonly