Skip to main content

Home > @jsplumbtoolkit/core > AbsoluteLayout

AbsoluteLayout class

This layout uses left and top positions in your data model to position elements, unless you provide a locationFunction in its options.

Signature:

export declare class AbsoluteLayout extends AbsoluteBackedLayout<AbsoluteBackedLayoutParameters> 

Extends: AbsoluteBackedLayout<AbsoluteBackedLayoutParameters>

Constructors

ConstructorModifiersDescription
(constructor)(params)Constructs a new instance of the AbsoluteLayout class

Properties

PropertyModifiersTypeDescription
typestring
typestaticstring

Methods

MethodModifiersDescription
getDefaultParameters()