Skip to main content

Geometry

Nice-DAG is written based on typescript. It defines a couple of geometry models as following list.

Size

PropertyDescriptionType
widthWidthnumber
heightHeightnumber

Point

PropertyDescriptionType
xCoordinate Xnumber
yCoordinate Ynumber

Padding

PropertyDescriptionType
topPadding topnumber
bottomPadding bottomnumber
leftPadding leftnumber
rightPadding rightnumber