Skip to main content
Version: 0.63

Rect Object Type

Rect accepts numeric pixel values to describe how far to extend a rectangular area. These values are added to the original area's size to expand it.

Example#

{    bottom: 20,    left: null,    right: undefined,    top: 50}

Keys and values#

bottom#

TypeRequired
number, null, undefinedNo

left#

TypeRequired
number, null, undefinedNo

right#

TypeRequired
number, null, undefinedNo

top#

TypeRequired
number, null, undefinedNo

Used by#