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-public-latest';

Signature:

export interface GraphForceOptions extends GraphOptions

Extends: GraphOptions

Methods

Method Returns Description
getOptions(e) unknown Get the current values of this options section.
(Inherited from GraphOptions)
setOptions(e) unknown Apply new values to this options section.
(Inherited from GraphOptions)

Links to this page: