InfinityContentProps
Signature
interface InfinityContentProps
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
ReactNode | 자식 컴포넌트 | ||
boolean | 다음 페이지가 있는지 여부 | ||
boolean | 데이터를 가져오고 있는지 여부 | ||
IntersectionObserverInit | (Optional) IntersectionObserver 옵션 | ||
() => void | 데이터를 가져오는 함수 | ||
ReactNode | (Optional) isFetching 시 보여줄 스피너 | ||
{ container?: BoxProps; bottomFlag?: BoxProps; } | (Optional) 스타일 |