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

    Interface ModalSubmitInteractionActionRowComponent

    interface ModalSubmitInteractionActionRowComponent {
        components: [ModalSubmitInteractionTextInputComponent];
        id: number;
        type: ACTION_ROW;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    Components inside the action row.

    id: number

    32 bit integer used as an optional identifier for component.

    type: ACTION_ROW

    Type of modal submit component.