Interface RawRadioGroupComponent

interface RawRadioGroupComponent {
    custom_id: string;
    id?: number;
    options: RawRadioGroupOption[];
    required?: boolean;
    type: RADIO_GROUP;
}

Hierarchy (view full)

Properties

custom_id: string
id?: number

Autoincremented number if not provided

required?: boolean