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.
 
 
 
 
 
 

57 lines
1.6 KiB

/**
* ,
* :
* 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.testcase", "titleI18nKey": "menu.testcase", "icon": "bi-gear" },
{
"type": "ROUTE",
"order": 200,
"parentId": "menu.testcase",
"id": "menu.testcase.dialog",
"titleI18nKey": "menu.testcase.dialog",
"icon": "bi-palette",
"routeName": "route.testcase.dialog"
},
{
"type": "ROUTE",
"order": 300,
"parentId": "menu.testcase",
"id": "menu.testcase.codemirror",
"titleI18nKey": "menu.testcase.codemirror",
"icon": "bi-palette",
"routeName": "route.testcase.codemirror"
},
{
"type": "ROUTE",
"order": 400,
"parentId": "menu.testcase",
"id": "menu.testcase.select",
"titleI18nKey": "menu.testcase.select",
"icon": "bi-palette",
"routeName": "route.testcase.select"
},
{
"type": "ROUTE",
"order": 400,
"parentId": "menu.testcase",
"id": "menu.testcase.treeGrid",
"titleI18nKey": "menu.testcase.treeGrid",
"icon": "bi-palette",
"routeName": "route.testcase.treeGrid"
}
]