Skip to main content
Module

x/slack_bolt/mod.ts>ViewWorkflowStepSubmitAction

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

A Slack view_submission Workflow Step event

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

Properties

trigger_id: string
response_urls: []
workflow_step: { workflow_step_edit_id: string; workflow_id: string; step_id: string; }