OneSDK
    Preparing search index...

    Interface PollRenderer

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

    Properties

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