option_group: Options Group Object

View source: R/composition_objects.R

option_groupR Documentation

Options Group Object

Description

Provides a way to group options in a select menu or multi-select menu.

Usage

option_group(label, options)

Arguments

label

A plain_text only text_object that defines the label shown above this group of options. Maximum length for the text in this field is 75 characters.

options

A list of option_objects that belong to this specific group. Maximum of 100 items.

See Also

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

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


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