Skip to content

Home > @liquidrazor/list-display > StreamSourceOptions > subscribe

StreamSourceOptions.subscribe property

Function that wires the low-level stream (SSE/WS/RTSK/etc.) to the library via patches.

Signature:

typescript
subscribe: StreamSubscribeFn<TRow, TRowId>;