Type Alias PVRProperty

PVRProperty:
    | "timerid"
    | "channelid"
    | "title"
    | "starttime"
    | "endtime"
    | "enabled"
    | "broadcastid"
    | "description"
    | "isPlayable"
    | "name"
    | "icon"
    | "hidden"
    | "clientid"
    | "version"
    | "capabilities"
    | "recordingid"
    | "filepath"

PVRProperty ($ref: "PVR.Property") Enum for PVR property names.