OpenFin Workspace API
    Preparing search index...

    Interface ToggleNotificationSound

    Event fired whenever the Notification Sound Enabled setting is toggled in Notification Center.

    "notification-sound-toggled"

    interface ToggleNotificationSound {
        notificationSoundEnabled: boolean;
        type: "notification-sound-toggled";
    }
    Index
    notificationSoundEnabled: boolean
    type: "notification-sound-toggled"