graphgroup.vwf.yaml 480 B

123456789101112131415161718192021
  1. ---
  2. extends: http://vwf.example.com/node3.vwf
  3. properties:
  4. groupVisible: undefined
  5. # graphObjects is an array of objects in the format:
  6. ## graphObjectType: {
  7. ## propertyName: propertyValue,
  8. ## propertyName: propertyValue,
  9. ## ...
  10. ## }
  11. #
  12. # Where:
  13. # graphObjectType = line, function, plane, group
  14. # propertyName = properties of the specified type
  15. # propertyValue = the value to set the property to
  16. graphObjects: []
  17. methods:
  18. setGroupItemProperty: