LayoutParameters
Base interface for layout parameters. All layout parameter interfaces extend this.
Extends
Record<string,any>
Extended by
Properties
height?
optionalheight:number
Optional fixed height for the layout.
locationFunction?
optionallocationFunction:LocationFunction
Optional function that, given some vertex, can provide the x/y location of the vertex on the canvas
padding?
optionalpadding:PointXY
Optional padding to put around the elements.
width?
optionalwidth:number
Optional fixed width for the layout.