Appearance
Home > @liquidrazor/list-display > DataSource > subscribe
DataSource.subscribe property
Optional stream of patches for incremental updates.
Signature:
typescript
subscribe?: (listener: DataPatchListener<TRow, TRowId>) => Unsubscribe;