{
  "version": "experimental",
  "tags": [
    {
      "name": "uui-card-user",
      "path": "./lib/uui-card-user.element.ts",
      "attributes": [
        {
          "name": "name",
          "description": "User name",
          "type": "string",
          "default": "\"''\""
        },
        {
          "name": "disabled",
          "description": "Set to true to prevent opening of this item.\nThis does not prevent selection, selection is controlled by property 'selectable'",
          "type": "boolean",
          "default": "\"false\""
        },
        {
          "name": "error",
          "description": "Set to true to highlight there is an error with this item.",
          "type": "boolean",
          "default": "\"false\""
        },
        {
          "name": "href",
          "description": "Set an href, this will turns the name of the card into an anchor tag.",
          "type": "string",
          "default": "\"undefined\""
        },
        {
          "name": "target",
          "description": "Set an anchor tag target, only used when using href.",
          "type": "string",
          "default": "\"undefined\""
        },
        {
          "name": "rel",
          "description": "Set the rel attribute for an anchor tag, only used when using href.",
          "type": "string",
          "default": "\"undefined\""
        },
        {
          "name": "select-only",
          "description": "Enforce selection interaction and prevent all other interactions, set this when the UI is turned into Selection-Mode.",
          "type": "boolean"
        },
        {
          "name": "selectable",
          "description": "Enable the ability to select this element.",
          "type": "boolean"
        },
        {
          "name": "selected",
          "description": "Attribute applied when the element is selected.",
          "type": "boolean",
          "default": "false"
        }
      ],
      "properties": [
        {
          "name": "name",
          "attribute": "name",
          "description": "User name",
          "type": "string",
          "default": "\"''\""
        },
        {
          "name": "disabled",
          "attribute": "disabled",
          "description": "Set to true to prevent opening of this item.\nThis does not prevent selection, selection is controlled by property 'selectable'",
          "type": "boolean",
          "default": "\"false\""
        },
        {
          "name": "error",
          "attribute": "error",
          "description": "Set to true to highlight there is an error with this item.",
          "type": "boolean",
          "default": "\"false\""
        },
        {
          "name": "href",
          "attribute": "href",
          "description": "Set an href, this will turns the name of the card into an anchor tag.",
          "type": "string",
          "default": "\"undefined\""
        },
        {
          "name": "target",
          "attribute": "target",
          "description": "Set an anchor tag target, only used when using href.",
          "type": "string",
          "default": "\"undefined\""
        },
        {
          "name": "rel",
          "attribute": "rel",
          "description": "Set the rel attribute for an anchor tag, only used when using href.",
          "type": "string",
          "default": "\"undefined\""
        },
        {
          "name": "styles",
          "type": "CSSResult[]",
          "default": "[null,null]"
        },
        {
          "name": "selectOnly",
          "attribute": "select-only",
          "description": "Enforce selection interaction and prevent all other interactions, set this when the UI is turned into Selection-Mode.",
          "type": "boolean"
        },
        {
          "name": "selectable",
          "attribute": "selectable",
          "description": "Enable the ability to select this element.",
          "type": "boolean"
        },
        {
          "name": "selected",
          "attribute": "selected",
          "description": "Attribute applied when the element is selected.",
          "type": "boolean",
          "default": "false"
        }
      ],
      "events": [
        {
          "name": "open",
          "description": "fires when the card title is clicked."
        },
        {
          "name": "selected",
          "description": "fires when the media card is selected"
        },
        {
          "name": "deselected",
          "description": "fires when the media card is deselected"
        }
      ],
      "slots": [
        {
          "name": "",
          "description": "slot for the default content area"
        },
        {
          "name": "tag",
          "description": "slot for the tag with support for `<uui-tag>` elements"
        },
        {
          "name": "avatar",
          "description": "slot for the avatar with support for the `<uui-avatar>` element"
        },
        {
          "name": "actions",
          "description": "slot for the actions with support for the `<uui-action-bar>` element"
        }
      ]
    }
  ]
}