Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/slack_bolt/src/App.ts>default#event

TypeScript framework to build Slack apps in a flash with the latest platform features. Deno port of @slack/bolt
Latest
method default.prototype.event
import { default } from "https://deno.land/x/slack_bolt@1.0.0/src/App.ts";

Type Parameters

optional
EventType extends string = string

Type Parameters

optional
EventType extends RegExp = RegExp

Parameters

eventName: EventType
...listeners: Middleware<SlackEventMiddlewareArgs<string>>[]