Table of contents

Public interface

Signature
interface StoreError {}
Source

packages/store/src/lib/Store.ts


Properties

error

Public propertysignature

Signature
error: Error

isExistingValidationIssue

Public propertysignature

Signature
isExistingValidationIssue: boolean

phase

Public propertysignature

Signature
phase: 'createRecord' | 'initialize' | 'tests' | 'updateRecord'

recordAfter

Public propertysignature

Signature
recordAfter: unknown

recordBefore

Public propertysignature

Signature
recordBefore?: unknown

StoreBeforeDeleteHandlerStoreListener