Interface ChannelGroup

ChannelGroup ($ref: "PVR.ChannelGroup") Represents a group of PVR channels.

interface ChannelGroup {
    channelgroupid: number;
    hidden: boolean;
    name: string;
}

Properties

channelgroupid: number
hidden: boolean
name: string