A description used for the item.
A short description used for disambiguating the item from other similar items. Not used for rendering.
The image for the item. For rendering images that are 16:9 are preferred.
An additional entry for more information on the item. For example, if the
url
property points to a review of a website, mainEntity
would point to the website itself.
The name for the card.
The URL for more information on the item.
Generated using TypeDoc
Represents card data, and closely resembles
arContent
.Card
Example:
{ name: 'My card', description: 'More information about the contents', image: '/path/to/some/image.jpg', url: '/path/to/more/details/' }