GraphData
Unofficial
Data selected to be rendered in the graph based on the current options.
Import:
import type { GraphData } from '@obsidian-typings/obsidian-catalyst-latest';Signature:
export interface GraphDataProperties
| Property | Type | Description | |
|---|---|---|---|
| nodes | Record<string, GraphNodeData> | Record of nodes selected to be rendered. Their IDs are used as keys. | |
| numLinks | number | Number of links. |