Home > @jsplumbtoolkit/browser-ui > ParentRelativePlacementStrategyOptions
ParentRelativePlacementStrategyOptions interface
Signature:
export interface ParentRelativePlacementStrategyOptions<T extends HasId>
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
absoluteBacked? | boolean | (Optional) | |
absolutePositionFunction | (v: any) => PointXY | ||
alignment? | HierarchicalLayoutAlignment | (Optional) | |
axisIndex | number | ||
childVerticesFunction | HierarchicalLayoutChildVerticesFunction<T> | ||
compress? | boolean | (Optional) | |
idFunction | (v: any) => string | ||
invert? | boolean | (Optional) | |
padding | PointXY | ||
rootNode | any | Array<any> | ||
sizeFunction | (id: string) => Size |