Circle V2 API Docs
    Preparing search index...

    Type Alias LoadMoreSentinelProps

    type LoadMoreSentinelProps = {
        hasMore: boolean;
        isLoading: boolean;
        onLoadMore: () => void;
        scrollContainerRef?: RefObject<HTMLElement | null>;
    }
    Index

    Properties

    hasMore: boolean
    isLoading: boolean
    onLoadMore: () => void
    scrollContainerRef?: RefObject<HTMLElement | null>

    When provided, scopes the IntersectionObserver to this scroll container instead of the viewport.