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
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(params) | Constructs a new instance of the AbsoluteLayout class |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| type | string | ||
| type | static | string |
Methods
| Method | Modifiers | Description |
|---|---|---|
| getDefaultParameters() |