Skip to content

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

StreamSourceOptions.bootstrap property

Optional bootstrap function to get an initial snapshot.

Signature:

typescript
bootstrap?: () => Promise<StreamBootstrapResult<TRow>> | StreamBootstrapResult<TRow>;