@bootdesk/js-web-adapter-core
    Preparing search index...

    Interface PollCard

    interface PollCard {
        allowMultiple?: boolean;
        options: PollCardOption[];
        question: string;
        results?: PollCardResult[];
        type: "poll";
    }

    Hierarchy (View Summary)

    Index

    Properties

    allowMultiple?: boolean
    options: PollCardOption[]
    question: string
    results?: PollCardResult[]
    type: "poll"