interface IMultiQuestion {
    answers: QuestionAnswer[];
    appearance: number;
    errors: ISurveyError[];
    id: string;
    instruction: string;
    nodeType: NodeType;
    text: string;
    title: string;
    titleSpan: string;
}

Hierarchy

Properties

answers: QuestionAnswer[]
appearance: number
errors: ISurveyError[]
id: string
instruction: string
nodeType: NodeType
text: string
title: string
titleSpan: string

Generated using TypeDoc