GuidePluginsTestingAPI
Seyfert LogoSeyfert
API

ComponentOnErrorCallback

API/Type Aliases/ComponentOnErrorCallback
seyfert/lib/builders/types.d.ts

Signature

export type ComponentOnErrorCallback<T extends ComponentInteraction | StringSelectMenuInteraction = ComponentInteraction | StringSelectMenuInteraction> = (interaction: T, error: unknown, stop: ComponentStopCallback, refresh: ComponentRefreshCallback) => any;

Members

This export does not declare public properties or methods in the generated declaration file.