ViewportSceneItemGeometryInfo¶
| Property | Type | Description |
|---|---|---|
| videoCompositionId | string | ID of the video composition which the scene item belongs to. |
| id | string | ID of the scene item |
| left | string | Optional. Left (X) position relative to viewport (left, top: i.e. 0, 0) |
| top | string | Optional. Top (Y) position relative to viewport (left, top: i.e. 0, 0) |
| right | string | Optional. Right (X) position relative to viewport (left, top: i.e. 0, 0). Only exists when retrieving scene item bounding box. |
| bottom | string | Optional. Bottom (Y) position relative to viewport (left, top: i.e. 0, 0) Only exists when retrieving scene item bounding box. |