ButtonProps
ButtonProps
The button props
Signature
interface ButtonProps {
label?: string;
style?: ButtonStyle;
emoji?: ComponentEmojiResolvable;
disabled?: boolean;
customId?: string;
url?: string;
skuId?: string;
onClick?: CommandKitButtonBuilderInteractionCollectorDispatch;
onError?: EventInterceptorErrorHandler;
options?: CommandKitButtonBuilderInteractionCollectorDispatchContextData;
onEnd?: CommandKitButtonBuilderOnEnd;
children?: MaybeArray<ButtonChildrenLike>;
}