Skip to main content

@webda/coreReadme | API


Interface: EventStorePatchUpdated

Event called after patch update of an object

Extends

Properties

context?

context?: OperationContext<any, any>

Context of the operation

Inherited from

EventStoreUpdated.context

Source

packages/core/src/stores/store.ts:42


object

object: CoreModel

Target object

Inherited from

EventStoreUpdated.object

Source

packages/core/src/stores/store.ts:30


object_id

object_id: string

Object uuid

Inherited from

EventStoreUpdated.object_id

Source

packages/core/src/stores/store.ts:110


previous

previous: any

Object before update

Inherited from

EventStoreUpdated.previous

Source

packages/core/src/stores/store.ts:114


store

store: Store<CoreModel, StoreParameters, StoreEvents>

Store emitting

Inherited from

EventStoreUpdated.store

Source

packages/core/src/stores/store.ts:38


update

update: any

Update content

Inherited from

EventStoreUpdated.update

Source

packages/core/src/stores/store.ts:101