Preparing search index...

    Base interface for all Recipe screen navigation parameters.

    All recipe prop types must include a mode that determines the screen's behavior and available actions.

    interface BaseRecipeProp {
        mode: RecipeMode;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    The operational mode for the Recipe screen