UNPKG

slack-block-builder

Version:

Maintainable code for interactive Slack messages, modals, home tabs, and workflow steps. A must-have for the Slack Block Kit framework.

12 lines (11 loc) 419 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DispatchActionsConfigurationObject = void 0; const base_1 = require("../base"); class DispatchActionsConfigurationObject extends base_1.CompositionObjectBase { constructor(params) { super(); this.trigger_actions_on = params; } } exports.DispatchActionsConfigurationObject = DispatchActionsConfigurationObject;