Preparing search index...

    Form action functions for reset and data extraction operations

    interface RecipeFormActions {
        resetToOriginal: () => void;
        createRecipeSnapshot: () => recipeTableElement;
    }
    Index

    Properties

    resetToOriginal: () => void
    createRecipeSnapshot: () => recipeTableElement