@slack/web-api / PlainTextOption
Defined in: node_modules/@slack/types/dist/block-kit/composition-objects.d.ts:87
OptionDescriptor
optional description: PlainTextElement;Defined in: node_modules/@slack/types/dist/block-kit/composition-objects.d.ts:78
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.
OptionDescriptor.descriptiontext: PlainTextElement;Defined in: node_modules/@slack/types/dist/block-kit/composition-objects.d.ts:92
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.
optional url: string;Defined in: node_modules/@slack/types/dist/block-kit/composition-objects.d.ts:73
Only available in overflow menus! A URL to load in the user's browser when the option is clicked. Maximum length for this field is 3000 characters.
OptionDescriptor.urloptional value: string;Defined in: node_modules/@slack/types/dist/block-kit/composition-objects.d.ts:68
A unique string value that will be passed to your app when this option is chosen. Maximum length for this field is 75 characters.
OptionDescriptor.value