Interface PropertyValue

PropertyValue ($ref: "GUI.Property.Value") Interface for GUI property values.

interface PropertyValue {
    currentcontrol: string;
    currentwindow: Window;
    fullscreen: boolean;
    osdvisible: boolean;
    resolutionsettings: string;
    stereoscopicmode: StereoscopicMode;
    videoplayerdisplaytext: string;
}

Properties

currentcontrol: string
currentwindow: Window
fullscreen: boolean
osdvisible: boolean
resolutionsettings: string
stereoscopicmode: StereoscopicMode
videoplayerdisplaytext: string