Hiyve Components - v1.0.0
    Preparing search index...

    Coaching hint from the intelligence system. Mirrors CoachingHint from @hiyve/core to avoid a hard dependency.

    interface CoachingOverlayHint {
        dismissed?: boolean;
        id: string;
        priority: "high" | "low" | "medium";
        text: string;
        timestamp: number;
        type: "warning" | "suggestion" | "insight";
    }
    Index

    Properties

    dismissed?: boolean

    Whether the hint has been dismissed

    id: string

    Unique hint identifier

    priority: "high" | "low" | "medium"

    Priority level

    text: string

    Hint text

    timestamp: number

    When the hint was generated

    type: "warning" | "suggestion" | "insight"

    Hint category