Skip to content

Home > @liquidrazor/list-display > StreamSubscribeFn

StreamSubscribeFn type

Signature:

typescript
export type StreamSubscribeFn<TRow = any, TRowId extends RowId = RowId> = (listener: DataPatchListener<TRow, TRowId>) => Unsubscribe | void;

References: RowId, DataPatchListener, Unsubscribe