API reference / @evolu/common / Evolu/Internal / MutationOptions
Interface: MutationOptions
Defined in: packages/common/src/Evolu/Schema.ts:245
Properties
Property | Modifier | Type | Description | Defined in |
---|---|---|---|---|
onComplete? | readonly | () => void | - | packages/common/src/Evolu/Schema.ts:246 |
onlyValidate? | readonly | boolean | Only validate, don't mutate. For example, onChange handler can call insert /update /upsert with onlyValidate: true . | packages/common/src/Evolu/Schema.ts:253 |