Interface ChannelGroupDetails

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

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

Properties

channelgroupid: number
hidden: boolean
name: string