Interface JSONPoll

interface JSONPoll {
    allowMultiselect: boolean;
    answers: PollAnswer[];
    expiry: number;
    layoutType: DEFAULT;
    question: PollQuestion;
    results: PollResults;
}

Properties

allowMultiselect: boolean
answers: PollAnswer[]
expiry: number
layoutType: DEFAULT
question: PollQuestion
results: PollResults