Home > react > UseScrollLoadMoreOptions
Signature:
export declare interface UseScrollLoadMoreOptions
Property | Type | Description |
---|---|---|
containerRef? | ReturnType<typeof useReachBottom> | (Optional) 滚动容器,默认以窗口作为滚动容器。 window |
offset? | number | (Optional) 距离底部偏移量(单位:像素),小于该值时触发加载。 0 |