dispaction_action_configuration: Dispatch Action Configuration

View source: R/composition_objects.R

dispaction_action_configurationR Documentation

Dispatch Action Configuration

Description

Determines when a plain_text_input_element will return a block_actions interaction payload.

Usage

dispaction_action_configuration(trigger_actions_on)

Arguments

trigger_actions_on

A list of interaction types that you would like to receive a block_actions payload for. Should be one or both of:

  • on_enter_pressed - payload is dispatched when user presses the enter key while the input is in focus. Hint text will appear underneath the input explaining to the user to press enter to submit.

  • on_character_entered - payload is dispatched when a character is entered (or removed) in the input.

See Also

https://api.slack.com/reference/block-kit/composition-objects#dispatch_action_config

Other Composition: confirm_object(), conversation_list_filter(), option_group(), option_object(), text_object()


samterfa/slackme documentation built on April 11, 2022, 3:29 a.m.