mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-11 10:30:10 +00:00
[Refactor] Split node slot code out to base class (#994)
Foundational work for subgraph.
This commit is contained in:
@@ -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}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user