AbsoluteLayoutParameters
Constructor parameters for an AbsoluteLayout.
Extends
Properties
absoluteBacked?
optionalabsoluteBacked: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?
optionalheight:number
Optional fixed height for the layout.
Inherited from
AbsoluteBackedLayoutParameters.height
locationFunction?
optionallocationFunction:LocationFunction
Optional function that, given some vertex, can provide the x/y location of the vertex on the canvas
Inherited from
AbsoluteBackedLayoutParameters.locationFunction
padding?
optionalpadding:PointXY
Optional padding to put around the elements.
Inherited from
AbsoluteBackedLayoutParameters.padding
width?
optionalwidth:number
Optional fixed width for the layout.