Skip to content

GraphDisplayOptions

Unofficial

Options section for graph display settings such as node size, line thickness, and arrows.

Import:

import type { GraphDisplayOptions } from '@obsidian-typings/obsidian-public-latest';

Signature:

export interface GraphDisplayOptions 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: