The options for the force directed layout

interface ForceDirectedOptions {
    clustering?: ClusteringOptions;
    seedingMethod?: "circle" | "box";
}

Properties

clustering?: ClusteringOptions

Physical clustering and cluster decoration options.

seedingMethod?: "circle" | "box"

How initial node positions are seeded before the physics simulation runs.

'box'