{
  "value": {
    "type": "Function",
    "desc": "Function to call when scrolling and element comes into the viewport",
    "params": {
      "el": {
        "type": "Object",
        "desc": "DOM element that scroll-fire is applied to",
        "__exemption": [ "examples" ]
      }
    },
    "returns": null,
    "examples": [ "v-scroll-fire=\"fnToCall\"" ]
  }
}
