Description

Represents a OGImage of OGMetaData. For Specifications, see https://ogp.me/.

Hierarchy

  • OGImage

Properties

alt: null | string = null

A description of what is in the image (not a caption).

height: number = 0

The number of pixels high.

secureUrl: null | string = null

An alternate url to use if the webpage requires HTTPS.

type: null | string = null

A MIME type for this image.

url: string

An image URL which represents the object within the Open Graph.

width: number = 0

The number of pixels wide.

Generated using TypeDoc