interface PollRenderer {
    button: any;
    choices: YouTube.Choice[];
    displayVoteResults: boolean;
    header: Header;
    liveChatPollId: string;
    trackingParams: string;
}

Properties

button: any
choices: YouTube.Choice[]
displayVoteResults: boolean
header: Header
liveChatPollId: string
trackingParams: string