Interface TallyPayloadInputTextAreaDTO

interface TallyPayloadInputTextAreaDTO {
    columnListUuid?: string;
    columnRatio?: number;
    columnUuid?: string;
    defaultAnswer?: TallyPayloadDefaultAnswerDTO;
    hasDefaultAnswer?: boolean;
    hasMaxCaracters?: boolean;
    hasMinCaracters?: boolean;
    isHidden?: boolean;
    isRequired?: boolean;
    maxCharacters?: number;
    minCharacters?: number;
    name?: string;
    placeholder?: string;
}

Hierarchy (View Summary)

Properties

columnListUuid?: string
columnRatio?: number
columnUuid?: string
hasDefaultAnswer?: boolean
hasMaxCaracters?: boolean
hasMinCaracters?: boolean
isHidden?: boolean
isRequired?: boolean
maxCharacters?: number
minCharacters?: number
name?: string
placeholder?: string