Type alias: AutoscrollToBottom<Data, Context>
Ƭ AutoscrollToBottom<Data
, Context
>: (params
: { scrollLocation
: ListScrollLocation
; scrollInProgress
: boolean
; atBottom
: boolean
; data
: Data
[] ; context
: Context
}) => ScrollBehavior
| boolean
| ItemLocation
| NonNullable
<ScrollToOptions
["behavior"
]> | boolean
Specifies the list behavior to perform when the list data changes.
Type parameters
Name | Type |
---|---|
Data | unknown |
Context | unknown |