MCPcopy
hub / github.com/Lightricks/ComfyUI-LTXVideo / nodeCreated

Function nodeCreated

web/js/sparse_track_editor.js:113–116  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

111 name: "LTXVideo.SparseTrackEditor",
112
113 async nodeCreated(node) {
114 if (node.comfyClass !== "LTXVSparseTrackEditor") return;
115 initEditor(node);
116 },
117
118 async beforeRegisterNodeDef(nodeType, nodeData) {
119 if (nodeData?.name !== "LTXVSparseTrackEditor") return;

Callers

nothing calls this directly

Calls 1

initEditorFunction · 0.85

Tested by

no test coverage detected