Type: object
| Attribute | Type | Description |
|---|---|---|
| width | integer | - |
| height | integer | - |
| x | number | - |
| y | number | - |
| absolute | Layer Position | Absolute position of the bounding rectangle |
Example
{
"x": 0,
"y": 0,
"width": 40,
"height": 40,
"absolute": {
"x": 0,
"y": 0
}
}