{
  "widget": {
    "name": "ExpanderItem",
    "selector": "jqx-expander-item"
  },
  "properties": [
    {
      "name": "arrow",
      "value": "left",
      "allowedValues": [ "left", "right", "none" ],
      "description": "Sets or gets header's arrow position. If the value is 'none' the arrow is not shown.",
      "demoValues": [ "right", "none" ],
      "type": "string"
    },
    {
      "name": "content",
      "value": "\"\"",
      "allowedValues": [ ],
      "description": "Sets or gets the content if the item.",
      "demoValues": [ "Content", "New Content" ],
      "type": "string"
    },
    {
      "name": "expanded",
      "value": false,
      "allowedValues": [ ],
      "description": "Sets or gets the expanded state.",
      "demoValues": [ true, false ],
      "type": "boolean"
    },
    {
      "name": "focused",
      "value": false,
      "allowedValues": [ ],
      "description": "Sets or gets the focus state.",
      "demoValues": [ true, false ],
      "type": "boolean"
    },
    {
      "name": "header",
      "value": "\"\"",
      "allowedValues": [ ],
      "description": "Sets or gets the header if the item.",
      "demoValues": [ "Header", "New Header" ],
      "type": "string"
    }
  ],
  "events": [
    {
      "name": "collapse",
      "description": "This event is triggered when the item is collapsed."
    },
    {
      "name": "expand",
      "description": "This event is triggered when the item is expanded."
    }
  ]
}