obsidian/internals/internal-plugins/graph
Interfaces
Section titled “Interfaces”| Interface | Description |
|---|---|
| GraphColor | Available color types. |
| GraphColorAttributes | Color attributes. |
| GraphColorGroup | Group of nodes set by the user. |
| GraphData | Data selected to be rendered in the graph based on the current options. |
| GraphEngine | Engine of a graph view. |
| GraphFileFilter | Filter map determining which files appear in the graph, keyed by file path with color or visibility values. |
| GraphForces | Graph forces. |
| GraphLink | Represents a link in a graph view. |
| GraphNode | Represents a node in the graph view. |
| GraphNodeData | Node data, used before the rendering process. |
| GraphPlugin | Internal plugin that provides graph view functionality. |
| GraphPluginInstance | Instance of the graph internal plugin, managing graph views and options. |
| GraphPluginInstanceOptions | User-configurable options for the graph plugin, persisted in graph.json. |
| GraphRenderer | Renderer for the graph view, managing PixiJS rendering, user interactions, and layout. |
| GraphView | Obsidian view for a global graph. |
| KeyboardActions | Keyboard actions. |
| LocalGraphView | Obsidian view for a local graph. |
| PowerTag | Power tag. |
| WorkerResults | Worker results. |