{
  "schemaVersion": "1.0.0",
  "readme": "",
  "modules": [
    {
      "kind": "javascript-module",
      "path": "sp-underlay.js",
      "declarations": [],
      "exports": [
        {
          "kind": "custom-element-definition",
          "name": "sp-underlay",
          "declaration": {
            "name": "Underlay",
            "module": "/src/Underlay.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/Underlay.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "Underlay",
          "members": [
            {
              "kind": "field",
              "name": "canClick",
              "type": {
                "text": "boolean"
              },
              "privacy": "private",
              "default": "false"
            },
            {
              "kind": "field",
              "name": "open",
              "type": {
                "text": "boolean"
              },
              "privacy": "public",
              "default": "false",
              "attribute": "open",
              "reflects": true
            },
            {
              "kind": "method",
              "name": "click",
              "privacy": "public",
              "return": {
                "type": {
                  "text": "void"
                }
              }
            },
            {
              "kind": "method",
              "name": "handlePointerdown",
              "privacy": "protected",
              "return": {
                "type": {
                  "text": "void"
                }
              }
            },
            {
              "kind": "method",
              "name": "handlePointerup",
              "privacy": "protected",
              "return": {
                "type": {
                  "text": "void"
                }
              }
            }
          ],
          "events": [
            {
              "name": "close",
              "type": {
                "text": "Event"
              },
              "description": "When the underlay is \"clicked\" and the consuming pattern should chose whether to close based on that interaction"
            }
          ],
          "attributes": [
            {
              "name": "open",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "open"
            }
          ],
          "superclass": {
            "name": "SpectrumElement",
            "package": "@spectrum-web-components/base"
          },
          "tagName": "sp-underlay",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "Underlay",
          "declaration": {
            "name": "Underlay",
            "module": "src/Underlay.js"
          }
        }
      ]
    }
  ]
}
