Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Field

Fields are defined as an array, and hashes contained within it will be displayed in a table inside the message attachment.

Hierarchy

  • Field

Index

Properties

Properties

Optional short

short: undefined | true | false

An optional flag indicating whether the value is short enough to be displayed side-by-side with other values.

title

title: string

Shown as a bold heading above the value text. It cannot contain markup and will be escaped for you.

value

value: string

The text value of the field. It may contain standard message markup and must be escaped as normal. May be multi-line.

Generated using TypeDoc