{
  "version": "experimental",
  "tags": [
    {
      "name": "uui-ref-node-data-type",
      "path": "./lib/uui-ref-node-data-type.element.ts",
      "attributes": [
        {
          "name": "alias",
          "description": "Alias",
          "type": "string",
          "default": "\"''\""
        },
        {
          "name": "name",
          "description": "Node name",
          "type": "string",
          "default": "\"''\""
        },
        {
          "name": "detail",
          "description": "Node details",
          "type": "string",
          "default": "\"''\""
        },
        {
          "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": "readonly",
          "description": "Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.",
          "type": "boolean",
          "default": "\"false\""
        },
        {
          "name": "disabled",
          "description": "Set tot true to disable",
          "type": "boolean",
          "default": "\"false\""
        },
        {
          "name": "error",
          "description": "Set to true to display error state",
          "type": "boolean",
          "default": "\"false\""
        },
        {
          "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"
        },
        {
          "name": "standalone",
          "description": "Set to true to make element stand out",
          "type": "boolean",
          "default": "false"
        }
      ],
      "properties": [
        {
          "name": "alias",
          "attribute": "alias",
          "description": "Alias",
          "type": "string",
          "default": "\"''\""
        },
        {
          "name": "name",
          "attribute": "name",
          "description": "Node name",
          "type": "string",
          "default": "\"''\""
        },
        {
          "name": "detail",
          "attribute": "detail",
          "description": "Node details",
          "type": "string",
          "default": "\"''\""
        },
        {
          "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": "readonly",
          "attribute": "readonly",
          "description": "Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.",
          "type": "boolean",
          "default": "\"false\""
        },
        {
          "name": "styles",
          "type": "CSSResult[]",
          "default": "[null]"
        },
        {
          "name": "disabled",
          "attribute": "disabled",
          "description": "Set tot true to disable",
          "type": "boolean",
          "default": "\"false\""
        },
        {
          "name": "error",
          "attribute": "error",
          "description": "Set to true to display error state",
          "type": "boolean",
          "default": "\"false\""
        },
        {
          "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 ref title is clicked"
        },
        {
          "name": "selected",
          "description": "fires when the ref is selected"
        },
        {
          "name": "deselected",
          "description": "fires when the ref is deselected"
        }
      ],
      "slots": [
        {
          "name": "",
          "description": "for content"
        },
        {
          "name": "icon",
          "description": "for an icon"
        },
        {
          "name": "tag",
          "description": "for a tag"
        },
        {
          "name": "actions",
          "description": "for actions"
        }
      ]
    }
  ]
}