Skip to main content

AbsoluteBackedLayoutParameters

Parameters for a layout that extends AbsoluteBackedLayout

Extends

Extended by

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.


height?

optional height: number

Optional fixed height for the layout.

Inherited from

LayoutParameters.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

LayoutParameters.locationFunction


padding?

optional padding: PointXY

Optional padding to put around the elements.

Inherited from

LayoutParameters.padding


width?

optional width: number

Optional fixed width for the layout.

Inherited from

LayoutParameters.width