Handbook · Reference · Blockly · Advanced
Blockly: Advanced
Where in the UI. Scripts tab toolbox.
Generic host call and graph mutation patches.
| Block id | Read as | Purpose |
|---|---|---|
containd_call_host_advanced | call host advanced | Generic callHost with JSON args object |
containd_patch_graph_edge | patch graph edge | Advanced escape hatch: patch one edge by source id + index with style JSON. Prefer set wire color / thickness / apply style patch. |
containd_mutate_graph | mutate graph | Advanced escape hatch: raw mutateGraph operations JSON. Prefer friendly wire blocks for styling. |