{
  "type": "object",
  "properties": {
    "type": "object",
    "additionalProperties": false,
    "properties": {
      "offsetBottom": {
        "type": "number",
        "description": "Offset from the bottom of the viewport (in pixels)."
      },
      "offsetTop": {
        "type": "number",
        "description": "Offset from the top of the viewport (in pixels)."
      },
      "style": {
        "type": "object",
        "description": "Css style object to applied to affix.",
        "docs": {
          "displayType": "yaml"
        }
      }
    }
  },
  "events": {
    "type": "object",
    "additionalProperties": false,
    "properties": {
      "onChange": {
        "type": "array",
        "description": "Triggered when container affix status changes."
      }
    }
  }
}
