Interface: ComponentModification
Defined in: packages/riviere-query/src/domain-types.ts:119
A component that was modified between graph versions.
Properties
after
after:
Component
Defined in: packages/riviere-query/src/domain-types.ts:125
The component state after modification.
before
before:
Component
Defined in: packages/riviere-query/src/domain-types.ts:123
The component state before modification.
changedFields
changedFields:
string[]
Defined in: packages/riviere-query/src/domain-types.ts:127
List of field names that changed.
id
id:
string&$brand<"ComponentId">
Defined in: packages/riviere-query/src/domain-types.ts:121
The component ID.