This interface defines an object which has a size (width & height). E.g. the Javascript image object has a width and height property and would match this interface, but also the MediaItem object.

Hierarchy

  • DimensionalItem

Properties

Properties

height: number

The height of the item.

width: number

The width of the item.

Generated using TypeDoc