UNPKG

postapl-plugin-boilerplate

Version:
38 lines (37 loc) 658 B
{ "type": "APL", "version": "1.7", "settings": {}, "theme": "dark", "import": [], "resources": [], "styles": {}, "onMount": [], "graphics": {}, "commands": {}, "layouts": {}, "mainTemplate": { "parameters": [ "payload" ], "items": [ { "type": "Container", "id": "root", "width": "100vw", "height": "100vh", "data": [], "items": [ { "type": "Frame", "id": "child", "backgroundColor": "white", "height": "100%", "width": "100%", "item": {} } ] } ] } }