Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Size

Implements

  • Size

Index

Constructors

Properties

Methods

Constructors

constructor

  • new Size(width: number, height: number, widthUnit: string, heightUnit: string): Size

Properties

height

height: number

toString

toString: Mock<any, any> = jest.fn().mockImplementation((): string => {return "";})

width

width: number

Methods

equals

  • equals(other: Size): boolean

Generated using TypeDoc