Preparing search index...

    Navigation parameters for editing an existing recipe.

    Includes the recipe data to edit. User can modify all fields and save changes to the database.

    interface EditRecipeProp {
        mode: "edit";
        recipe: recipeTableElement;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    mode: "edit"

    The operational mode for the Recipe screen

    The recipe to edit