Skip to content

GraphForceOptions

Unofficial

Options section for graph force simulation parameters such as repel, link, and center forces.

Import:

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

Signature:

export interface GraphForceOptions extends GraphOptions

Extends: GraphOptions

Methods

MethodReturnsDescription
getOptions(e)unknownGet the current values of this options section.
(Inherited from GraphOptions)
setOptions(e)unknownApply new values to this options section.
(Inherited from GraphOptions)

Links to this page: