Preparing search index...

    Navigation parameters for creating a new recipe from scraped website data.

    Opens a form pre-filled with recipe data extracted from a website URL. User can review and edit all fields before saving.

    interface AddFromScrapeProp {
        mode: "addFromScrape";
        scrapedData: ScrapedRecipeData;
        sourceUrl: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    mode: "addFromScrape"

    The operational mode for the Recipe screen

    scrapedData: ScrapedRecipeData

    Partial recipe data extracted from the website

    sourceUrl: string

    Original URL that was scraped