This element is a passive overlay item.
Attributes
| Attribute | React prop | Type | Default | Description |
|---|
element-id | elementId | string | — | ID (matched against `data-element-id`/`data-timegroup-id`) of the target element this overlay item tracks. |
Slots
| Slot | Description |
|---|
| (default) | This slot holds the content that appears over the target element. |
Events
| Event | Detail | Description |
|---|
position-changed | {
x: number;
y: number;
width: number;
height: number;
rotation: number;
} | This event fires when the target element's position, size, or rotation changes by more than 0.01px. |