Interface ChannelDetails

ChannelDetails ($ref: "PVR.ChannelDetails") Represents the details of a PVR channel.

interface ChannelDetails {
    channelid: number;
    hidden: boolean;
    icon: string;
    name: string;
}

Properties

channelid: number
hidden: boolean
icon: string
name: string