Description

Represents a OGMetaData of a url. For Specifications, see https://ogp.me/. Currently we only support images.

Hierarchy

  • OGMetaData

Properties

defaultImage: null | OGImage = null

An ogImage object that contains information about the image that this Open Graph points to.

description: null | string = null

A one to two sentence description of the object. (ex: "Sean Connery found fame and fortune as the suave, sophisticated British agent, James Bond.")

title: null | string = null

The title of the object as it should appear within the graph. (ex: "The Rock").

url: null | string = null

The canonical URL of the object that can be used as its permanent ID in the graph. (ex: "http://www.imdb.com/title/tt0117500/")

Generated using TypeDoc