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

    Interface AlertSettings

    Alert settings configuration

    interface AlertSettings {
        audioAlerts: boolean;
        categories: {
            [key: string]: {
                enabled: boolean;
                minConfidence: number;
                sensitivity: "medium" | "low" | "high";
            };
        };
        cooldownSeconds: number;
        enabled: boolean;
        sharedCategories: string[];
        shareWithParticipants: boolean;
    }
    Index

    Properties

    audioAlerts: boolean
    categories: {
        [key: string]: {
            enabled: boolean;
            minConfidence: number;
            sensitivity: "medium" | "low" | "high";
        };
    }
    cooldownSeconds: number
    enabled: boolean
    sharedCategories: string[]
    shareWithParticipants: boolean