Interface TallyPayloadInputLinkDTO

interface TallyPayloadInputLinkDTO {
    columnListUuid?: string;
    columnRatio?: number;
    columnUuid?: string;
    defaultAnswer?: TallyPayloadDefaultAnswerDTO;
    hasDefaultAnswer?: boolean;
    isHidden?: boolean;
    isRequired?: boolean;
    name?: string;
    placeholder?: string;
}

Hierarchy (View Summary)

Properties

columnListUuid?: string
columnRatio?: number
columnUuid?: string
hasDefaultAnswer?: boolean
isHidden?: boolean
isRequired?: boolean
name?: string
placeholder?: string