TransformElementLayoutParams
The element's measurement, passed to a TransformElementLayout callback.
Carries the element's current x, y, and angle together with the freshly
measured width and height, plus the underlying model and cell id.
Extends
Required<ElementLayout>
Properties
angle
readonly angle: number;
height
readonly height: number;
id
readonly id: ID;
Id of the cell being measured.
model
readonly model: Element;
The JointJS dia.Element instance being measured.
width
readonly width: number;
x
readonly x: number;
y
readonly y: number;