@pond-ts/process API Reference
    Preparing search index...

    Interface GraphNodeJson

    Serialized form of one node. Structure only — no values.

    interface GraphNodeJson {
        id: string;
        inputs: readonly string[];
        kind: string;
        outputs: readonly string[];
    }
    Index

    Properties

    Properties

    id: string
    inputs: readonly string[]
    kind: string
    outputs: readonly string[]