Skip to content

EdgeIndexData

Unofficial

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

Import:

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

Signature:

export interface EdgeIndexData extends BBox

Extends: BBox

Properties

Property Type Description
children CanvasViewCanvasEdge[] Child edges contained in this index node.
height number Height of the subtree rooted at this node.
leaf boolean Whether this is a leaf node in the index.
maxX number Maximum x coordinate (right edge).
(Inherited from BBox)
maxY number Maximum y coordinate (bottom edge).
(Inherited from BBox)
minX number Minimum x coordinate (left edge).
(Inherited from BBox)
minY number Minimum y coordinate (top edge).
(Inherited from BBox)

Links to this page: