Skip to content

Home > @liquidrazor/list-display > StreamBootstrapResult

StreamBootstrapResult interface

Signature:

typescript
export interface StreamBootstrapResult<TRow = any>

Properties

Property

Modifiers

Type

Description

initialRows?

TRow[]

(Optional) Optional initial snapshot loaded when the list mounts.

totalCount?

number

(Optional) Optional total count if known.