frontend
    Preparing search index...

    Props for the HintTooltip component.

    interface HintTooltipProps {
        confidence: HintConfidence;
        reason: string;
    }
    Index

    Properties

    Properties

    confidence: HintConfidence

    Confidence level of the hint.

    reason: string

    The hint reasoning text (already translated).