Interface: ChangeEvent
Defined in: types.ts:610
Properties
data
readonly data: Readonly<Record<string, unknown>>;
Defined in: types.ts:616
path
path: string;
Defined in: types.ts:612
previous
previous: unknown;
Defined in: types.ts:614
submissionId
submissionId: string;
Defined in: types.ts:615
type
type: "value" | "repeat_add" | "repeat_remove" | "repeat_move";
Defined in: types.ts:611
value
value: unknown;
Defined in: types.ts:613