[Refactor] Split node slot code out to base class (#994)

Foundational work for subgraph.
This commit is contained in:
filtered
2025-05-02 08:26:25 +10:00
committed by GitHub
parent 2e0267105e
commit 388a3d64cc
6 changed files with 56 additions and 37 deletions

View File

@@ -38,7 +38,7 @@ export interface HasBoundingRect {
*
* Used for various calculations, such as overlap, selective rendering, and click checks.
* For most items, this is cached position & size as `x, y, width, height`.
* Some items (such as nodes) may extend above and/or to the left of their {@link pos}.
* Some items (such as nodes and slots) may extend above and/or to the left of their {@link pos}.
* @readonly
* @see {@link move}
*/