Interface: MessageAttachmentField
Description
A field object to include in a MessageAttachment.
See
Properties
short?
optional short: boolean;
Description
Indicates whether the field object is short enough to be displayed side-by-side with
other field objects. Defaults to false
.
Defined in
title
title: string;
Description
Shown as a bold heading displayed in the field object. It cannot contain markup and will be escaped for you.
Defined in
value
value: string;
Description
The text value displayed in the field object. It can be formatted as plain text, or with mrkdwn
by using the mrkdwn_in
option of MessageAttachment.