OpenFin Workspace API
    Preparing search index...

    Interface NotificationSoundOptions

    Sound options for a notification

    interface NotificationSoundOptions {
        mode: "default" | "silent";
    }
    Index
    mode: "default" | "silent"

    Determines the sound that will be played when a notification is received.

    'default' plays the default notification sound.