Interface Notifications

Notifications ($ref: "Notifications") Represents notification settings.

interface Notifications {
    application?: null | boolean;
    audiolibrary?: null | boolean;
    gui?: null | boolean;
    input?: null | boolean;
    other?: null | boolean;
    player?: null | boolean;
    playlist?: null | boolean;
    system?: null | boolean;
    videolibrary?: null | boolean;
}

Properties

application?: null | boolean
audiolibrary?: null | boolean
gui?: null | boolean
input?: null | boolean
other?: null | boolean
player?: null | boolean
playlist?: null | boolean
system?: null | boolean
videolibrary?: null | boolean