Taos API Reference
    Preparing search index...

    Variable NODE_KINDSConst

    NODE_KINDS: Record<string, NodeKindSpec> = ...

    Registry of all known expression-graph node kinds. The editor reads this to build its palette and property inspector; the compiler reads it to wire inputs and synthesise WGSL.

    Add a new kind by appending an entry here — no editor or compiler changes required as long as the kind's toExpr / toAction returns a valid AST.