@slack/web-api / MrkdwnOption
Defined in: node_modules/@slack/types/dist/block-kit/composition-objects.d.ts:80
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: MrkdwnElement;Defined in: node_modules/@slack/types/dist/block-kit/composition-objects.d.ts:85
A MrkdwnElement that defines the text shown in the option on the menu. To be used with
radio buttons and checkboxes. 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