Preparing search index...

    Props for the SimilarityDialog component

    type SimilarityDialogProps = {
        testId: string;
        isVisible: boolean;
        onClose: () => void;
        item: SimilarityTagType | SimilarityIngredientType;
    }
    Index

    Properties

    testId: string

    Unique identifier for testing and accessibility

    isVisible: boolean

    Whether the dialog is currently visible

    onClose: () => void

    Callback fired when dialog is closed

    Item configuration with type-specific options