| { | |
| "layers": [ | |
| { | |
| "name": "LayoutView #document", | |
| "bounds": [800, 600], | |
| "drawsContent": false, | |
| "backgroundColor": "#FFFFFF" | |
| }, | |
| { | |
| "name": "Scrolling Layer", | |
| "bounds": [800, 600], | |
| "drawsContent": false | |
| }, | |
| { | |
| "name": "Scrolling Contents Layer", | |
| "bounds": [800, 600], | |
| "contentsOpaque": true, | |
| "backgroundColor": "#FFFFFF", | |
| "paintInvalidations": [ | |
| { | |
| "object": "LayoutTableRow TR", | |
| "rect": [0, 0, 260, 50], | |
| "reason": "style change" | |
| } | |
| ] | |
| } | |
| ] | |
| } | |