@typed-discord/interactions
    Preparing search index...

    Interface ModalSubmitInteractionCheckboxGroupComponent

    interface ModalSubmitInteractionCheckboxGroupComponent {
        custom_id: string;
        id: number;
        type: CHECKBOX_GROUP;
        values: string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    custom_id: string

    custom_id of the interactive component.

    id: number

    32 bit integer used as an optional identifier for component.

    type: CHECKBOX_GROUP

    Type of modal submit component.

    values: string[]

    Checked values selected by the user.