Skip to content

EdgeIndexData

Unofficial

Node in the spatial index (R-tree) for canvas edges.

Import:

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

Signature:

export interface EdgeIndexData extends BBox

Extends: BBox

Properties

PropertyTypeDescription
childrenCanvasViewCanvasEdge[]Child edges contained in this index node.
heightnumberHeight of the subtree rooted at this node.
leafbooleanWhether this is a leaf node in the index.
maxXnumberMaximum x coordinate (right edge).
(Inherited from BBox)
maxYnumberMaximum y coordinate (bottom edge).
(Inherited from BBox)
minXnumberMinimum x coordinate (left edge).
(Inherited from BBox)
minYnumberMinimum y coordinate (top edge).
(Inherited from BBox)

Links to this page: