Handbook · Reference · Blockly · Advanced

Blockly: Advanced

Where in the UI. Scripts tab toolbox.

Generic host call and graph mutation patches.

Block idRead asPurpose
containd_call_host_advancedcall host advancedGeneric callHost with JSON args object
containd_patch_graph_edgepatch graph edgeAdvanced escape hatch: patch one edge by source id + index with style JSON. Prefer set wire color / thickness / apply style patch.
containd_mutate_graphmutate graphAdvanced escape hatch: raw mutateGraph operations JSON. Prefer friendly wire blocks for styling.