Interface

IObservableEvent

IObservableEvent

Payload emitted for repository observable notifications.

Properties:
Name Type Description
table Constructor.<Model> | string

Model constructor or table name tied to the event.

event AllOperationKeys

Operation that triggered the notification.

id EventIds

Identifier values for the affected record(s).

args ContextualArgs.<ContextOf.<Repo.<Model>>>

Repository context arguments captured when the event was raised.

View Source lib/engine/interfaces.ts, line 363