@refinio/one.models
    Preparing search index...

    Type Alias Question

    type Question = {
        answerValue?: string[];
        enableWhen?: EnableWhen[];
        enableWhenOperator?: Operator;
        item?: Question[];
        maxLength?: number;
        minLength?: number;
        question: string;
        questionIdentifier: string;
        questionType: QuestionType;
        regEx?: string;
        required?: boolean;
    }
    Index

    Properties

    answerValue?: string[]
    enableWhen?: EnableWhen[]
    enableWhenOperator?: Operator
    item?: Question[]
    maxLength?: number
    minLength?: number
    question: string
    questionIdentifier: string
    questionType: QuestionType
    regEx?: string
    required?: boolean