{
  "widget": {
    "name": "Item",
    "selector": "jqx-item"
  },
  "properties": [
    {
      "name": "content",
      "value": "\"\"",
      "allowedValues": [ ],
      "description": "Sets the content of the element.",
      "demoValues": [ "Content", "New Content" ],
      "type": "any"
    },
    {
      "name": "innerHTML",
      "value": "\"\"",
      "allowedValues": [ ],
      "description": "Sets the inner HTML of the element.",
      "demoValues": [ "Content", "New Content" ],
      "type": "string"
    },
    {
      "name": "selected",
      "value": false,
      "allowedValues": [ ],
      "description": "Determines whether the item is selected or not",
      "demoValues": [ true, false ],
      "type": "boolean"
    },
    {
      "name": "value",
      "value": "\"\"",
      "allowedValues": [ ],
      "description": "Sets or gets the widget's value.",
      "demoValues": [ "Value", "New Value" ],
      "type": "string"
    }
  ]
}