Preparing search index...

    Navigation parameters for viewing an existing recipe in read-only mode.

    Includes the recipe data to display. User can view details and add ingredients to shopping list but cannot modify the recipe.

    interface ReadRecipeProp {
        mode: "readOnly";
        recipe: recipeTableElement;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    mode: "readOnly"

    The operational mode for the Recipe screen

    The recipe to display