Skip to main content

Interface: SizeConstraints

Defined in: attributes/layout/constraints.ts:2

Optional upper bounds on a node's rendered size, in pixels.

Properties

maxHeight?

optional maxHeight?: number

Defined in: attributes/layout/constraints.ts:4


maxWidth?

optional maxWidth?: number

Defined in: attributes/layout/constraints.ts:3