This element is a passive overlay item.
Attributes
1 of 1
element-id
- React prop
elementId- Type
string- Default
- —
- Description
- 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. |