Skip to content

obsidian/internals/internal-plugins/graph

InterfaceDescription
GraphColorAvailable color types.
GraphColorAttributesColor attributes.
GraphColorGroupGroup of nodes set by the user.
GraphDataData selected to be rendered in the graph based on the current options.
GraphEngineEngine of a graph view.
GraphFileFilterFilter map determining which files appear in the graph, keyed by file path with color or visibility values.
GraphForcesGraph forces.
GraphLinkRepresents a link in a graph view.
GraphNodeRepresents a node in the graph view.
GraphNodeDataNode data, used before the rendering process.
GraphPluginInternal plugin that provides graph view functionality.
GraphPluginInstanceInstance of the graph internal plugin, managing graph views and options.
GraphPluginInstanceOptionsUser-configurable options for the graph plugin, persisted in graph.json.
GraphRendererRenderer for the graph view, managing PixiJS rendering, user interactions, and layout.
GraphViewObsidian view for a global graph.
KeyboardActionsKeyboard actions.
LocalGraphViewObsidian view for a local graph.
PowerTagPower tag.
WorkerResultsWorker results.