oopscord.js
    Preparing search index...

    Type Alias CheckboxGroupValueOverride

    type CheckboxGroupValueOverride = {
        customId: string;
        maxValues?: number;
        minValues?: number;
        options: {
            default?: boolean;
            description?: string;
            label: string;
            value: string;
        }[];
        required?: boolean;
        type: "checkbox_group";
    }
    Index

    Properties

    customId: string
    maxValues?: number
    minValues?: number
    options: {
        default?: boolean;
        description?: string;
        label: string;
        value: string;
    }[]
    required?: boolean
    type: "checkbox_group"