Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Card

Hierarchy

  • Card

Implements

Properties

Optional button

button: Schema.Link

Button. Optional.

Optional image

image: Schema.Image

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

Optional imageFill

imageFill: Schema.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