Skip to main content
Version: Next

ModalProps

ModalProps

The properties for the modal component.

Signature
interface ModalProps {
customId?: string;
title: string;
children?: MaybeArray<TextInputBuilder | ActionRowBuilder>;
onSubmit?: OnModalKitSubmit;
onEnd?: OnModalKitEnd;
onError?: EventInterceptorErrorHandler;
options?: CommandKitModalBuilderInteractionCollectorDispatchContextData;
}

customId

property
string

title

property
string

children

property
MaybeArray<TextInputBuilder | ActionRowBuilder>

onSubmit

onEnd

onError

options