Skip to main content
Module

x/slack_bolt/mod.ts>ViewWorkflowStepClosedAction

TypeScript framework to build Slack apps in a flash with the latest platform features. Deno port of @slack/bolt
Latest
interface ViewWorkflowStepClosedAction
implements ViewClosedAction
import { type ViewWorkflowStepClosedAction } from "https://deno.land/x/slack_bolt@1.0.0/mod.ts";

A Slack view_closed Workflow Step event

This describes the additional JSON-encoded body details for a step's view_closed event

Properties

workflow_step: { workflow_step_edit_id: string; workflow_id: string; step_id: string; }