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

Signature:

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