Interface TallyPayloadMultiSelectOptionDTO

interface TallyPayloadMultiSelectOptionDTO {
    badgeType?: "OFF" | "NUMBERS" | "LETTERS";
    color?: string;
    colorcodeOptions?: boolean;
    columnListUuid?: string;
    columnRatio?: number;
    columnUuid?: string;
    defaultAnswer?: TallyPayloadDefaultAnswerDTO;
    hasBadge?: boolean;
    hasDefaultAnswer?: boolean;
    hasOtherOption?: boolean;
    image?: string;
    index?: number;
    isFirst?: boolean;
    isHidden?: boolean;
    isLast?: boolean;
    isOtherOption?: boolean;
    isRequired?: boolean;
    name?: string;
}

Hierarchy (View Summary)

Properties

badgeType?: "OFF" | "NUMBERS" | "LETTERS"
color?: string
colorcodeOptions?: boolean
columnListUuid?: string
columnRatio?: number
columnUuid?: string
hasBadge?: boolean
hasDefaultAnswer?: boolean
hasOtherOption?: boolean
image?: string
index?: number
isFirst?: boolean
isHidden?: boolean
isLast?: boolean
isOtherOption?: boolean
isRequired?: boolean
name?: string