Interface: EventStoreAction
Event called before action on an object
Extends
Properties
action
action:
string
Name of the action
Source
packages/core/src/stores/store.ts:71
context
context:
OperationContext
<any
,any
>
Inherited from
Source
model?
model?:
CoreModelDefinition
<CoreModel
>
Model of the object if global action
Source
packages/core/src/stores/store.ts:79
object?
object?:
CoreModel
Target object unless it is a global action
Source
packages/core/src/stores/store.ts:75
store
store:
Store
<CoreModel
,StoreParameters
,StoreEvents
>
Emitting store