Preparing search index...
    RecipeNumberAddOrEditProps: {
        testID: string;
        prefixText?: string;
        suffixText?: string;
    } & (RecipeNumberAddProps | RecipeNumberEditProps)

    Props for add/edit modes with discriminated union

    Type Declaration

    • testID: string

      Test ID for the editable component

    • OptionalprefixText?: string

      Optional text to display before the number

    • OptionalsuffixText?: string

      Optional text to display after the number