@slack/web-api / WorkflowStepView
Defined in: node_modules/@slack/types/dist/views.d.ts:61
Configuration modal for legacy Workflow Steps from Apps.
Steps from Apps are deprecated and will no longer be executed starting September 12, 2024. For more information, see our deprecation announcement.
BaseView
blocks: AnyBlock[];Defined in: node_modules/@slack/types/dist/views.d.ts:5
An array of AnyBlock that defines the content of the view. Max of 100 blocks.
BaseView.blocksoptional callback_id: string;Defined in: node_modules/@slack/types/dist/views.d.ts:18
An identifier to recognize interactions and submissions of this particular view. Don't use this to
store sensitive information (use private_metadata instead). Maximum length of 255 characters.
Handling and responding to interactions.
BaseView.callback_idoptional external_id: string;Defined in: node_modules/@slack/types/dist/views.d.ts:20
A custom identifier that must be unique for all views on a per-team basis.
BaseView.external_idoptional private_metadata: string;Defined in: node_modules/@slack/types/dist/views.d.ts:12
String that will be sent to your app in `view_submission` and `block_actions` events. Maximum length of 3000 characters.
BaseView.private_metadataoptional submit_disabled: boolean;Defined in: node_modules/@slack/types/dist/views.d.ts:67
When set to true, disables the submit button until the user has completed one or more inputs.
Defaults to false.
type: "workflow_step";Defined in: node_modules/@slack/types/dist/views.d.ts:62