Preparing search index...

    Function hasScrapedDataFromProps

    • Type guard to check if navigation props include scraped recipe data

      Used to safely access scraped data when in addFromScrape mode.

      Parameters

      Returns props is {
          mode: "addFromScrape";
          scrapedData: Partial<recipeTableElement>;
          sourceUrl: string;
      }

      True if props contain scraped data (addFromScrape mode)