Interface ApplicationPropertyValue

ApplicationPropertyValue ($ref: "Application.Property.Value") Represents the values of properties retrieved from the Application namespace.

interface ApplicationPropertyValue {
    addonSources: AddonSource[];
    audioOutputs: AudioOutput[];
    build: string;
    currentAddon: string;
    fullscreen: boolean;
    hasUpdate: boolean;
    languagedir: string;
    muted: boolean;
    osdvisible: boolean;
    running: boolean;
    sleepTimer: SleepTimer;
    version: string;
    volume: number;
}

Properties

addonSources: AddonSource[]
audioOutputs: AudioOutput[]
build: string
currentAddon: string
fullscreen: boolean
hasUpdate: boolean
languagedir: string
muted: boolean
osdvisible: boolean
running: boolean
sleepTimer: SleepTimer
version: string
volume: number