Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ISizeLimits

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

Hierarchy

  • ISizeLimits

Index

Properties

maxHeight

maxHeight: number

The maximum height, in pixels.

maxWidth

maxWidth: number

The maximum width, in pixels.

minHeight

minHeight: number

The minimum height, in pixels.

minWidth

minWidth: number

The minimum width, in pixels.

Generated using TypeDoc