Options
All
  • Public
  • Public/Protected
  • All
Menu

Describes the width information of a DOM element.

Hierarchy

  • WidthInfo

Index

Properties

isOuterWidth: boolean

Tells whether the width includes the border-box or not.

width: string | number

The width of the element. It's either a unit-less numeric pixel value or a string containing the width including an unit.

Generated using TypeDoc