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

    Interface ModalSubmitInteractionRadioGroupComponent

    interface ModalSubmitInteractionRadioGroupComponent {
        custom_id: string;
        id: number;
        type: RADIO_GROUP;
        value: 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: RADIO_GROUP

    Type of modal submit component.

    value: string

    Selected radio button value.