Home > @jsplumbtoolkit/browser-ui > 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>
Remarks
The constructor for this class is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the AbsoluteLayout
class.
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
type | static | string | Defines the AbsoluteLayout type. You can use this reference in render params. |