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

    Alert settings configuration

    interface AlertsAlertSettings {
        audioAlerts: boolean;
        categories: Record<AlertType, AlertCategorySettings>;
        cooldownSeconds: number;
        enabled: boolean;
        sharedCategories: AlertType[];
        shareWithParticipants: boolean;
    }
    Index

    Properties

    audioAlerts: boolean

    Play audio for new alerts

    categories: Record<AlertType, AlertCategorySettings>

    Per-category settings

    cooldownSeconds: number

    Cooldown between alerts (seconds)

    enabled: boolean

    Master enable/disable

    sharedCategories: AlertType[]

    Which categories are shared

    shareWithParticipants: boolean

    Share alerts with other participants