{
    "$schema": "https://comp-public-1303824488.cos.ap-shanghai.myqcloud.com/schema/lcds_component.json",
    "data": {
        "properties": {
            "navigationbar": {
                "title": "导航",
                "type": "object",
                "x-component": "navigationbar",
                "x-props": {
                    "data-hidebind": true,
                    "itemClassName": "navigation-menu-form-item"
                },
                "properties": {
                    "menuData": {
                        "title": "",
                        "type": "array",
                        "items": {
                            "type": "object",
                            "properties": {}
                        }
                    },
                    "navigationStyle": {
                        "title": "",
                        "type": "object",
                        "properties": {}
                    }
                },
                "default": {
                    "menuData": [],
                    "navigationStyle": {
                        "isHorizontal": false,
                        "showMenuIcon": true,
                        "fixedTop": true,
                        "menuFontSize": 16,
                        "menuBackgroundColor": "#fff",
                        "menuColor": "#000",
                        "menuHoverColor": "#f3f3f3",
                        "showTitle": true,
                        "title": "标题",
                        "showLogo": true,
                        "logoUrl": "https://imgcache.qq.com/qcloud/tcloud_dtc/static/static_source_business/43d3b2b7-445c-4858-8eb0-50ac5d5cc08e.svg  ",
                        "titleFontSize": 18,
                        "titleColor": "#000",
                        "logoWidth": 32,
                        "logoHeight": 32
                    }
                },
                "description": "配置应用内多页面统一可用的导航菜单数据与样式"
            },
            "contentSlot": {
                "type": "slot"
            },
            "navigationSlot": {
                "title": "导航栏插槽",
                "type": "slot"
            }
        }
    },
    "meta": {
        "title": "菜单导航",
        "description": "用于构建企业管理和门户官网应用下的「横向或纵向」菜单导航样式。",
        "category": "导航",
        "categoryOrder": 300,
        "componentOrder": 160,
        "icon": "../icons/NavigationBar.svg",
        "visible": ["APP"],
        "docsUrl": "https://docs.cloudbase.net/lowcode/components/wedaUI/src/docs/compsdocs/navmenu/NavigationBar"
    }
}
