interface APIModalSubmission {
    components: APIModalSubmissionComponent[];
    custom_id: string;
    resolved?: APIInteractionDataResolved;
}

Properties

A list of child components

custom_id: string

A developer-defined identifier for the component, max 100 characters

Data for users, members, channels, and roles in the modal's auto-populated select menus