Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BasicCard

Hierarchy

Implements

Constructors

constructor

  • Parameters

    Returns BasicCard

Properties

Optional buttons

Buttons. Currently at most 1 button is supported. Optional.

Optional formattedText

formattedText: undefined | string

Body text of the card. Supports a limited set of markdown syntax for formatting. Required, unless image is present.

Optional image

A hero image for the card. The height is fixed to 192dp. Optional.

Optional imageDisplayOptions

Type of image display option. Optional.

Optional subtitle

subtitle: undefined | string

Optional.

Optional title

title: undefined | string

Overall title of the card. Optional.

Generated using TypeDoc