Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The value of the property will look similar to this:

paste-code-macro
[
  {
   "name": "Quantity",
   "label": "Quote Quantity",
   "type": "USERENTRY"
  },
  {
   "name": "StringUserEntry",
   "label": "Quote String",
   "type": "STRINGUSERENTRY"
  },
  {
   "name": "OptionUserEntry",
   "label": "Option String",
   "type": "OPTION",
   "valueOptions": ["a","b","c"]
  }
]

...