linXiv frontend (TS/JS)
    Preparing search index...

    Interface ForceSettings

    The force-simulation knobs the Layout panel drives.

    interface ForceSettings {
        center: number;
        linkDistance: number;
        linkStrength: number;
        repel: number;
    }
    Index
    center: number
    linkDistance: number
    linkStrength: number
    repel: number