ДОВІДНИК З NODE-RED українською мовою
onClick
Disabled
onClick
Disabled
onClick
{ { deleteParentModule.run(
() => getModules.run(),
() => {}) } }
Table Data
onClick
Disabled
onClick
{ { deleteChildModule.run(() => getModules.run(), () => {}) } }
Disabled
onClick
{ { deleteChildModule.run(() => getModules.run(), () => {}) } }
Table Data
Text
Edit: "" Child Module
Default Text
onClick
{ { updateChildModule.run(
() => getModules.run(
()=> closeModal("ModalEditChild")),
() => {}
) } }
Default Text
Default Text
Default Text
onClick
{ { updateParentModule.run(
() => getModules.run(
()=>closeModal("ModalEditParent")),
() => {}
) } }
Options
)}}
Options
)}}
onClick
{ { createChildModule.run(
() => getModules.run(
()=> closeModal("ModalCreateChild")),
() => {}
) } }
onClick
{ { createParentModule.run(
() => getModules.run(
()=>closeModal("ModalCreateParent")), () => {}
) } }
POST /createChildModule
body
{
"childModule":"",
"parentModule":"",
"position":
}
POST /createParentModule
body
{
"name": "",
"position": ,
"icon": ""
}
DELETE /deleteChildModule
body
{
"_id":"",
"childModule_id":""
}
DELETE /deleteModule
body
{
"_id": ""
}
GET /api/v1/pages
GET /getModules
PUT /updateChildModule
body
{
"_id": "",
"position": "",
"name": ""
}
PUT /updateParentModule
body
{
"name": "",
"position": ,
"icon": "",
"_id": ""
}