Skip to content

GraphNodeData

Unofficial

Node data, used before the rendering process.

Import:

import type { GraphNodeData } from '@obsidian-typings/obsidian-catalyst-latest';

Signature:

export interface GraphNodeData

Properties

Property Type Description
color? GraphColorAttributes Color of the node if it is part of a group
links Record<string, boolean> Record of forward neighbor nodes.
type string Type of the node, can be of value "tag", "unresolved", "attachment", or an empty string for markdown nodes.

Links to this page: