Interface JSONPoll

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

Properties

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