Preparing search index...

    Interface UseVisibleImageLoaderReturn

    Return value of the useVisibleImageLoader hook

    interface UseVisibleImageLoaderReturn {
        imageMap: Map<string, string>;
        pendingCount: number;
    }
    Index

    Properties

    imageMap: Map<string, string>

    Map of recipe URLs to their fetched image URLs

    pendingCount: number

    Number of image fetches currently pending