Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Card

A basic card.

A basic card for displaying some information, e.g. an image and/or text.

Hierarchy

  • Card

Implemented by

Properties

Optional button

button: Link

Button. Optional.

Optional image

image: Image

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

Optional imageFill

imageFill: ImageFill

How the image background will be filled. Optional.

Optional subtitle

subtitle: undefined | string

Optional.

Optional text

text: undefined | string

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

Optional title

title: undefined | string

Overall title of the card. Optional.

Generated using TypeDoc