You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
1.2 KiB

1 year ago
/**
* ,
* :
* type: , :
* GROUP:
* ROUTE:
* JAVASCRIPT: Javascript
* URL: url
* SEPERATOR:
* order:
* parentId: ID
* id: ID
* titleI18nKey: KEY
* icon:
* routeName:
* routeQuery: , Map, "routeQuery":{"key1":"value1","key2":"value2"}
*/
[
{ "type": "GROUP", "order": 20000, "id": "menu.example", "titleI18nKey": "menu.example", "icon": "bi-gear" },
{
"type": "ROUTE",
"order": 300,
"parentId": "menu.example",
"id": "menu.example.menu1",
"titleI18nKey": "menu.example.menu1",
"icon": "bi-palette",
"routeName": "route.example.route1"
},
{
"type": "ROUTE",
"order": 300,
"parentId": "menu.example",
"id": "menu.example.menu2",
"titleI18nKey": "menu.example.menu2",
"icon": "bi-palette",
"routeName": "route.example.route2"
}
]