Type Alias ImmutableGraphNode

ImmutableGraphNode: Omit<GraphNode,
    | "addPin"
    | "removePin"
    | "removeUserData"
    | "disconnectAllPins">