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 GraphOptionsExtends: 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: