{
  "name": "backtop",
  "category": "navigation",
  "status": "beta",
  "kind": "custom-element",
  "tagName": "blora-backtop",
  "since": "2.0.0",
  "requiresJavaScript": true,
  "formAssociated": false,
  "attributes": {
    "show-after": {
      "type": "number",
      "default": 400
    },
    "target": {
      "type": "string"
    },
    "label": {
      "type": "string"
    }
  },
  "methods": {
    "show": {
      "signature": "() => void"
    },
    "hide": {
      "signature": "() => void"
    }
  },
  "events": {},
  "slots": {},
  "parts": [],
  "cssProperties": [],
  "accessibilityPattern": "button"
}
