interface IDefaultQuestion {
    errors: ISurveyError[];
    id: string;
    instruction: string;
    nodeType: NodeType;
    text: string;
    title: string;
    titleSpan: string;
}

Hierarchy

Properties

errors: ISurveyError[]
id: string
instruction: string
nodeType: NodeType
text: string
title: string
titleSpan: string

Generated using TypeDoc