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

    Interface ModalSubmitInteractionCheckboxComponent

    interface ModalSubmitInteractionCheckboxComponent {
        custom_id: string;
        id: number;
        type: CHECKBOX;
        value: boolean;
    }

    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

    Type of modal submit component.

    value: boolean

    Whether the checkbox is checked.