Skip to content

GraphData

Unofficial

Data selected to be rendered in the graph based on the current options.

Import:

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

Signature:

export interface GraphData

Properties

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.