obsidian-typings 4.56.0 → 4.58.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -6811,7 +6811,7 @@ export interface GraphRenderer {
|
|
|
6811
6811
|
mouseY: number | null;
|
|
6812
6812
|
/** Record of the nodes currently rendered, with `GraphNode.id` used as key. */
|
|
6813
6813
|
nodeLookup: Record<string, GraphNode>;
|
|
6814
|
-
/** List of nodes
|
|
6814
|
+
/** List of nodes currently rendered. */
|
|
6815
6815
|
nodes: GraphNode[];
|
|
6816
6816
|
/** Scale of the nodes based on the zoom level of the graph view. */
|
|
6817
6817
|
nodeScale: number;
|
|
@@ -6839,7 +6839,7 @@ export interface GraphRenderer {
|
|
|
6839
6839
|
textAlpha: number;
|
|
6840
6840
|
/** @todo Documentation incomplete. */
|
|
6841
6841
|
viewport: Coords;
|
|
6842
|
-
/**
|
|
6842
|
+
/** Width of the graph view, in pixel. */
|
|
6843
6843
|
width: number;
|
|
6844
6844
|
/** Web Worker thread running the graph simulation. */
|
|
6845
6845
|
worker: Worker;
|
package/dist/cjs/types.d.cts
CHANGED
|
@@ -23539,7 +23539,7 @@ export interface GraphRenderer {
|
|
|
23539
23539
|
mouseY: number | null;
|
|
23540
23540
|
/** Record of the nodes currently rendered, with `GraphNode.id` used as key. */
|
|
23541
23541
|
nodeLookup: Record<string, GraphNode>;
|
|
23542
|
-
/** List of nodes
|
|
23542
|
+
/** List of nodes currently rendered. */
|
|
23543
23543
|
nodes: GraphNode[];
|
|
23544
23544
|
/** Scale of the nodes based on the zoom level of the graph view. */
|
|
23545
23545
|
nodeScale: number;
|
|
@@ -23567,7 +23567,7 @@ export interface GraphRenderer {
|
|
|
23567
23567
|
textAlpha: number;
|
|
23568
23568
|
/** @todo Documentation incomplete. */
|
|
23569
23569
|
viewport: Coords;
|
|
23570
|
-
/**
|
|
23570
|
+
/** Width of the graph view, in pixel. */
|
|
23571
23571
|
width: number;
|
|
23572
23572
|
/** Web Worker thread running the graph simulation. */
|
|
23573
23573
|
worker: Worker;
|
|
@@ -71163,7 +71163,7 @@
|
|
|
71163
71163
|
{
|
|
71164
71164
|
"kind": "PropertySignature",
|
|
71165
71165
|
"canonicalReference": "obsidian-typings!GraphRenderer#nodes:member",
|
|
71166
|
-
"docComment": "/**\n * List of nodes
|
|
71166
|
+
"docComment": "/**\n * List of nodes currently rendered.\n */\n",
|
|
71167
71167
|
"excerptTokens": [
|
|
71168
71168
|
{
|
|
71169
71169
|
"kind": "Content",
|
|
@@ -72525,7 +72525,7 @@
|
|
|
72525
72525
|
{
|
|
72526
72526
|
"kind": "PropertySignature",
|
|
72527
72527
|
"canonicalReference": "obsidian-typings!GraphRenderer#width:member",
|
|
72528
|
-
"docComment": "/**\n *
|
|
72528
|
+
"docComment": "/**\n * Width of the graph view, in pixel.\n */\n",
|
|
72529
72529
|
"excerptTokens": [
|
|
72530
72530
|
{
|
|
72531
72531
|
"kind": "Content",
|