@slack/web-api / OptionGroup
Defined in: node_modules/@slack/types/dist/block-kit/composition-objects.d.ts:104
Defines a way to group options in a select or multi-select menu.
Option group object reference.
label: PlainTextElement;Defined in: node_modules/@slack/types/dist/block-kit/composition-objects.d.ts:109
A PlainTextElement text object that defines the label shown above this group of options.
Maximum length for the text in this field is 75 characters.
options: Option[];Defined in: node_modules/@slack/types/dist/block-kit/composition-objects.d.ts:113
An array of Option that belong to this specific group. Maximum of 100 items.