Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Device

Represents a preview device. A preview device has a name, a type, which can either be communal (e.g. a TV) or personal (e.g. a mobile phone), an orientation (portrait or landscape) and a list of areas, representing subdivisions of the screen which can contain media assets. These areas may be overlapping and areas are rendered by their index in ascending order, i.e. the last area in the list will be rendered on top of all other areas on the screen.

Hierarchy

  • Device

Index

Properties

Properties

areas

areas: Array<Area>

name

name: string

orientation

orientation: "portrait" | "landscape"

type

type: "communal" | "personal"

Generated using TypeDoc