RSX Code Reference
    Preparing search index...
    • rsx
    • ImmutableGraph

    Type Alias ImmutableGraph

    ImmutableGraph: Omit<
        Graph,
        | "addNode"
        | "addNodes"
        | "removeNode"
        | "addConnection"
        | "removeConnection"
        | "addVariable"
        | "renameVariable"
        | "removeVariable"
        | "addComment"
        | "addCommentWithRegion"
        | "removeComment",
    >