Interface FormModalMultiSelectField

interface FormModalMultiSelectField {
    description?: string;
    disabled?: boolean;
    label: string;
    options: FormModalSingleSelectFieldOption[];
    type: "MultiSelect";
}

Properties

description?: string
disabled?: boolean
label: string
type: "MultiSelect"

Generated using TypeDoc