Interface: PlainTextOption
Extends
OptionDescriptor
Properties
description?
optional description: PlainTextElement;
Description
A PlainTextElement that defines a line of descriptive text shown below the text
field.
Maximum length for the text
within this field is 75 characters.
Inherited from
OptionDescriptor.description
Defined in
block-kit/composition-objects.ts:85
text
text: PlainTextElement;
Description
A PlainTextElement that defines the text shown in the option on the menu. To be used with
overflow, select and multi-select menus. Maximum length for the text
in this field is 75 characters.
Defined in
block-kit/composition-objects.ts:101