GuidePluginsTestingAPI
Seyfert LogoSeyfert
API

ComponentCallback

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

Signature

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

Members

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