File

src/app/components/youtube-model/youtube-model.ts

Description

An interface representing the details of Youtube player

Index

Properties

Properties

height
height: number
Type : number

Height of the player

playerTitle
playerTitle: string
Type : string

Title of the player

videoId
videoId: string
Type : string

Video Id of the video to be played

width
width: number
Type : number

Width of the player

export interface YoutubeModel {
  /** Height of the player */
  height: number;
  /** Width of the player */
  width: number;
  /** Video Id of the video to be played */
  videoId: string;
  /** Title of the player */
  playerTitle: string;
}

results matching ""

    No results matching ""