Comprehensive TypeScript type definitions for building Slack applications and integrations with the Node Slack SDK
94
A utility that processes and logs Slack application lifecycle events, providing structured logging for app installations, uninstallations, and home tab openings.
@generates
/**
* Processes a Slack app event and returns a formatted log message.
*
* @param event - A Slack app-related event object
* @returns A formatted log message string
*/
export function logAppEvent(event: AppInstalledEvent | AppUninstalledEvent | AppHomeOpenedEvent | { type: string }): string;Provides TypeScript type definitions for Slack Events API, specifically the AppInstalledEvent, AppUninstalledEvent, and AppHomeOpenedEvent types.
Install with Tessl CLI
npx tessl i tessl/npm-slack--typesdocs
evals
scenario-1
scenario-2
scenario-3
scenario-4
scenario-5
scenario-6
scenario-7
scenario-8
scenario-9
scenario-10