CardHeader

CardHeader

A CardHeader object as defined in the JSON schema

Constructor

new CardHeader(props)

Instantiates a new CardHeader

Parameters:
Name Type Description
props object

Properties to initialize the CardHeader with

Properties
Name Type Attributes Description
title string

Sets CardHeader#title

subtitle string <optional>

Sets CardHeader#subtitle

avatar CardAvatar <optional>

Sets CardHeader#avatar

Source:

Members

avatar :CardAvatar

Card subtitle in main card body

Source:

subtitle :string

Card subtitle in main card body

Source:

title :string

Card title of the card header

Source:

Methods

(static) fromTag(cardHeaderTag) → {CardHeader}

Creates a CardHeader from a CardHeaderTag

Parameters:
Name Type Description
cardHeaderTag CardHeaderTag
Source: