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

    Type Alias ImmutableCarbonStateGraph

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