{
  "properties": [
    {
      "name": "titles",
      "type": "Array",
      "description": "Represent array of titles for collapser items"
    },
    {
      "name": "active",
      "type": "Number",
      "description": "Represent the active collapser item, property is required"
    },
    {
      "name": "titleAlignment",
      "type": "String",
      "description": "Alignment of the title"
    },
    {
      "name": "headerSlotActive",
      "type": "Boolean",
      "default": "false",
      "description": "Setup as true for passing header slots to collapser component"
    },
    {
      "name": "countItems",
      "type": "Number",
      "description": "Represent count of pairs of headers and bodies that will be rendered"
    },
    {
      "name": "statusData",
      "type": "Array",
      "default": "[]",
      "description": "Represent array of status objects that will be passed into collapser component for displaying validation status"
    },
    {
      "name": "topAutoScroll",
      "type": "Boolean",
      "default": "false",
      "description": "When the option is equal true page will be auto-scroll to the position of the top the opened section"
    },
    {
      "name": "preventUpdateActive",
      "type": "Boolean",
      "default": "false",
      "description": "Preventing auto-updating of the active property of the CollapserMenu component"
    },
    {
      "name": "grey",
      "type": "Boolean",
      "description": "Set grey background for the headers with grey text"
    },
    {
      "name": "alt",
      "type": "Boolean",
      "description": "Pass alt prop into Collapser component for applying alternative header styles"
    },
    {
      "name": "titleObject",
      "type": "Boolean",
      "description": "Pass this prop in case if titles prop contain Array of Object where 'title' the title for displaying and 'name' relates to name of statusData prop"
    },
    {
      "name": "slotName",
      "type": "Boolean",
      "description": "When this property is turn on, CollapserMenu slots must have named the same like names property inside objects of 'titles' array in this case slots will be displaying depend on existing the object with property 'name' in 'titles' array props"
    }
  ],
  "events": []
}
