Skip to main content

Interface: DataWithScrollModifier<Data>

The shape of the message list data prop. It includes the data to render and any extra scroll position modification that should be applied when the data changes.

Type Parameters

Data

Data

Properties

data

data: undefined | null | Data[]


scrollModifier?

optional scrollModifier: ScrollModifier