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

    Interface ModalSubmitInteractionStringSelectComponent

    interface ModalSubmitInteractionStringSelectComponent {
        custom_id: string;
        id: number;
        type: STRING_SELECT;
        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: STRING_SELECT

    Type of modal submit component.

    values: string[]

    Values selected by the user.