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

PropertyTypeDescription
color?GraphColorAttributesColor of the node if it is part of a group
linksRecord<string, boolean>Record of forward neighbor nodes.
typestringType of the node, can be of value "tag", "unresolved", "attachment", or an empty string for markdown nodes.

Links to this page: