Interface AwaitModalSubmitOptions<Interaction>

Construct a type with the properties of T except for those in type K.

interface AwaitModalSubmitOptions<Interaction extends ModalSubmitInteraction> {
    componentType?: ComponentType;
    dispose?: boolean;
    filter?: CollectorFilter<[Interaction, Collection<string, Interaction>]>;
    idle?: number;
    interactionResponse?: InteractionResponse<boolean>;
    time: number;
}

Type Parameters

Hierarchy (View Summary)

Properties

componentType?: ComponentType
dispose?: boolean
idle?: number
interactionResponse?: InteractionResponse<boolean>
time: number