The options for the force directed layout

interface ForceDirectedOptions {
    enableCytoscape?: boolean;
    enableVerlet?: boolean;
    gravity?: number;
    intelWorkaround?: boolean;
    simulationStopVelocity?: number;
}

Properties

enableCytoscape?: boolean
enableVerlet?: boolean
gravity?: number
intelWorkaround?: boolean
simulationStopVelocity?: number