Interface: EventStoreWebUpdate
Event sent when object is updated via PUT request
Extends
Properties
context
context:
OperationContext
<any
,any
>
Inherited from
Source
method
method:
"PUT"
|"PATCH"
Type of update
Source
packages/core/src/stores/store.ts:287
object
object:
CoreModel
Target object
Source
packages/core/src/stores/store.ts:295
store
store:
Store
<CoreModel
,StoreParameters
,StoreEvents
>
Emitting store
Source
packages/core/src/stores/store.ts:299
updates
updates:
any
Updates to do on the object