Skip to main content

Interface: OptionGroup

Description

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

See

Option group object reference.

Properties

label

label: PlainTextElement;

Description

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.

Defined in

block-kit/composition-objects.ts:120


options

options: Option[];

Description

An array of Option that belong to this specific group. Maximum of 100 items.

Defined in

block-kit/composition-objects.ts:124