Skip to content

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

StreamSourceOptions.refresh property

Optional refresh hook (may trigger a new bootstrap or cause the underlying stream to re-emit data).

Signature:

typescript
refresh?: () => Promise<void> | void;