Skip to main content

AbsoluteLayoutParameters

Constructor parameters for an AbsoluteLayout.

Extends

Properties

absoluteBacked?

optional absoluteBacked: boolean

Defaults to false. If true, then the layout will use any position values found in the data for a given vertex.

Inherited from

AbsoluteBackedLayoutParameters.absoluteBacked


height?

optional height: number

Optional fixed height for the layout.

Inherited from

AbsoluteBackedLayoutParameters.height


locationFunction?

optional locationFunction: LocationFunction

Optional function that, given some vertex, can provide the x/y location of the vertex on the canvas

Inherited from

AbsoluteBackedLayoutParameters.locationFunction


padding?

optional padding: PointXY

Optional padding to put around the elements.

Inherited from

AbsoluteBackedLayoutParameters.padding


width?

optional width: number

Optional fixed width for the layout.

Inherited from

AbsoluteBackedLayoutParameters.width