Skip to Content

title: EpgEntry

Interface: EpgEntry

interface EpgEntry {    endDate: number;    name: string;    startDate: number;    currentProgram?: boolean;    poster?: string;    title?: string;}

Properties

endDate

endDate: number


name

name: string


startDate

startDate: number


currentProgram?

optional currentProgram: boolean


poster?

optional poster: string


title?

optional title: string