Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Media

An interface that represents the data of media.

Hierarchy

  • Media

Index

Properties

height

height: object

The height of the embed content.

Type declaration

  • hasValue: boolean
  • value: any

html

html: string

The HTML which will be embed.

isValid

isValid: boolean

Determines when the media is valid. For example, if the fetch of the embed data fails, it can be marked as non valid.

type

type: MediaType

The type of embed content.

width

width: object

The width of the embed content.

Type declaration

  • hasValue: boolean
  • value: any

Generated using TypeDoc