Handle a modal submission for `callbackId`. Return `{ errors }` to keep it open.
(callbackId: string, handler: ModalSubmitHandler)
| 231 | onReaction(emoji: EmojiValue | EmojiValue[], handler: ReactionHandler): void; |
| 232 | /** Handle a modal submission for `callbackId`. Return `{ errors }` to keep it open. */ |
| 233 | onModalSubmit(callbackId: string, handler: ModalSubmitHandler): void; |
| 234 | /** Handle a modal dismissal for `callbackId` (Slack `view_closed`). */ |
| 235 | onModalClose(callbackId: string, handler: ModalCloseHandler): void; |
| 236 | tool(t: BotTool): void; |
no outgoing calls
no test coverage detected