rectangle.vwf.json 235 B

123456789101112131415
  1. {
  2. "extends": "proxy/two/path.vwf",
  3. "type": "rectangle",
  4. "implements": [
  5. "proxy/two/path.vwf"
  6. ],
  7. "properties": {
  8. "width": null,
  9. "height": null
  10. },
  11. "methods": {},
  12. "scripts": {
  13. "source": "rectangle.js"
  14. }
  15. }