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

PropertyTypeDescription
nodesRecord<string, GraphNodeData>Record of nodes selected to be rendered. Their IDs are used as keys.
numLinksnumberNumber of links.