Type alias NodeRef<T>

NodeRef<T>: symbol & {
    valType: T;
}

A typed reference to a node.

Type Parameters

  • T = unknown

    The type of values that the node emits.

Type declaration

  • valType: T

Generated using TypeDoc