getDirtyRecord

Returns the current unsaved values for the row or a single field.

Usage

ds.getDirtyRecord();

API

getDirtyRecord(): CurrentRow<T>;
getDirtyRecord<F extends keyof T>(field: F): T[F] | null;

Last updated

Was this helpful?