Appearance
Home > @liquidrazor/list-display > DataPatchListener
DataPatchListener type
Signature:
typescript
export type DataPatchListener<TRow = any, TRowId = RowId> = (patch: DataPatch<TRow, TRowId>) => void;