Skip to content

Interface: ComponentModification

Defined in: packages/riviere-query/src/features/querying/queries/domain-types.ts:159

A component that was modified between graph versions.

Riviere-role

query-model

Properties

after

after: Component

Defined in: packages/riviere-query/src/features/querying/queries/domain-types.ts:165

The component state after modification.


before

before: Component

Defined in: packages/riviere-query/src/features/querying/queries/domain-types.ts:163

The component state before modification.


changedFields

changedFields: string[]

Defined in: packages/riviere-query/src/features/querying/queries/domain-types.ts:167

List of field names that changed.


id

id: string & $brand<"ComponentId">

Defined in: packages/riviere-query/src/features/querying/queries/domain-types.ts:161

The component ID.