{
  "properties": [
    {
      "name": "opened",
      "type": "Boolean",
      "description": "Show sidebar based on this property"
    },
    {
      "name": "height",
      "type": "String",
      "description": "Set height of component"
    }
  ],
  "events": [
    {
      "name": "update:opened",
      "description": "Emitted when user clicks the overlay of the RightSidebar"
    }
  ],
  "slots": [
    {
      "name": "content",
      "description": "Enable to add contents of the sidebar"
    }
  ]
}
