{
    "version": 1.1,
    "tags": [
        {
            "name": "fluent-tree-item",
            "title": "Tree item",
            "description": "The Fluent UI tree item element",
            "attributes": [
                {
                    "name": "expanded",
                    "title": "Expanded",
                    "description": "Whether tree item is expanded or not",
                    "default": false,
                    "required": false,
                    "type": "boolean"
                },
                {
                    "name": "selected",
                    "title": "Selected",
                    "description": "Whether tree item is selected or not",
                    "default": false,
                    "required": false,
                    "type": "boolean"
                },
                {
                    "name": "disabled",
                    "title": "Disabled",
                    "description": "Sets the disabled state of the tree item",
                    "type": "boolean",
                    "default": false,
                    "required": false
                }
            ],
            "slots": [
                {
                    "name": "",
                    "title": "Default slot",
                    "description": "The visual label of the tree item"
                },
                {
                    "name": "item",
                    "title": "Item slot",
                    "description": "Nested fluent-tree-item elements automatically apply a slot of item for an intuitive API"
                },
                {
                    "name": "expand-collapse-glyph",
                    "title": "Expand collapse glyph slot",
                    "description": "Slot to provide a custom visual to represent the expanded and collapsed states"
                },
                {
                    "name": "start",
                    "title": "Start slot",
                    "description": "Contents of the start slot are positioned after the expand/collapse glyph and before the item content"
                },
                {
                    "name": "end",
                    "title": "End slot",
                    "description": "Contents of the end slot are positioned after the item content"
                }
            ]
        }
    ]
}
