Interface ISizeLimits

An object which holds the min and max size data for an element.

Hierarchy

  • ISizeLimits

Properties

maxHeight: number

The maximum height, in pixels.

maxWidth: number

The maximum width, in pixels.

minHeight: number

The minimum height, in pixels.

minWidth: number

The minimum width, in pixels.

Generated using TypeDoc