Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
method ActionsRouter.prototype.matchHandler
import { ActionsRouter } from "https://deno.land/x/deno_slack_sdk@2.13.0/functions/interactivity/block_actions_router.ts";

Return the first registered ActionHandler that matches the action ID string provided.

Returns

BlockActionHandler<FunctionDefinitionArgs<InputParameters, OutputParameters, RequiredInput, RequiredOutput>> | null