Groups
Use groups to divide app modules into logical blocks and to change the order of modules in the GUI.
Last updated
[
{
"label": "Notes",
"modules": [
"watchNotes",
"listNotes"
]
},
{
"label": "Tasks",
"modules": [
"watchTasks",
"createTask",
"updateTask",
"getTask",
"listTask"
]
}
]
[
{
"label": "Notes",
"modules": [
"watchNotes",
"listNotes",
]
},
{
"label": "Tasks",
"modules": [
"watchTasks",
"createTask",
"updateTask",
"listTask"
]
}
]