@slack/web-api / RawTextElement
Interface: RawTextElement
Defined in: packages/types/dist/block-kit/composition-objects.d.ts:165
Description
Defines an object containing some text.
See
Properties
text
text: string;
Defined in: packages/types/dist/block-kit/composition-objects.d.ts:173
Description
The text for the block. The minimum length is 1 character.
type
type: "raw_text";
Defined in: packages/types/dist/block-kit/composition-objects.d.ts:169
Description
The formatting to use for this text object.