Skip to main content

Enumeration: ConstraintType

This enum is used internally for processing the layout constraints. We use an enum to avoid magic strings. NOTE: the casing in ConstraintType must match the casing in Constraints.ts. Thus, this enum's members are in lowercase, which is not typical Typescript style.

Enumeration Members

bottomToBottomOf

bottomToBottomOf: "bottomToBottomOf"

Source

ConstraintType.ts:11


bottomToTopOf

bottomToTopOf: "bottomToTopOf"

Source

ConstraintType.ts:10


endToEndOf

endToEndOf: "endToEndOf"

Source

ConstraintType.ts:14


endToStartOf

endToStartOf: "endToStartOf"

Source

ConstraintType.ts:15


startToEndOf

startToEndOf: "startToEndOf"

Source

ConstraintType.ts:13


startToStartOf

startToStartOf: "startToStartOf"

Source

ConstraintType.ts:12


topToBottomOf

topToBottomOf: "topToBottomOf"

Source

ConstraintType.ts:9


topToTopOf

topToTopOf: "topToTopOf"

Source

ConstraintType.ts:8