Skip to content

GraphForces

Unofficial

Graph forces.

Import:

import type { GraphForces } from '@obsidian-typings/obsidian-catalyst-latest';

Signature:

export interface GraphForces

Properties

PropertyTypeDescription
centerStrength?numberStrength of the force pulling nodes toward the center of the graph.
linkDistance?numberIdeal distance between linked nodes.
linkStrength?numberStrength of the attractive force between linked nodes.
repelStrength?numberStrength of the repulsive force pushing nodes apart.