Interface EdgeRoutingPluginOptions

Options for the edge routing plugin.

interface EdgeRoutingPluginOptions {
    mode: "direct" | "orthogonal";
}

Hierarchy (view full)

Properties

Properties

mode: "direct" | "orthogonal"

Mode to use to draw edges. 'orthogonal' is like the orthogonal connector - segments that are either vertical or horizontal. direct draws straight lines through regions. Both modes assign a separate anchor point to each edge.