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

    Interface CoachingOverlayProps

    interface CoachingOverlayProps {
        colors?: Partial<CoachingOverlayColors>;
        currentTopic?: string | null;
        hints?: CoachingOverlayHint[];
        isActive?: boolean;
        labels?: Partial<CoachingOverlayLabels>;
        onDismissHint?: (hintId: string) => void;
        styles?: Partial<CoachingOverlayStyles>;
        sx?: SxProps<Theme>;
        talkRatio?: { listening: number; speaking: number };
        topicShifts?: CoachingTopicShift[];
    }
    Index

    Properties

    colors?: Partial<CoachingOverlayColors>

    Custom colors

    currentTopic?: string | null

    Current topic

    Coaching hints

    isActive?: boolean

    Whether coaching is active

    labels?: Partial<CoachingOverlayLabels>

    Custom labels

    onDismissHint?: (hintId: string) => void

    Dismiss hint callback

    styles?: Partial<CoachingOverlayStyles>

    Custom styles

    sx?: SxProps<Theme>

    MUI sx prop

    talkRatio?: { listening: number; speaking: number }

    Talk/listen ratio

    topicShifts?: CoachingTopicShift[]

    Topic shifts