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;
}