mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-24 00:09:32 +00:00
Shared measure functions (#254)
* Add findPointOnCurve function * Add measure functions: contains centre/rect * Improve measure interfaces (ReadOnlyPoint/Rect) * nit - Doc * Add TS strict types * Add TS strict types * Add TS strict types * Add TS type
This commit is contained in:
@@ -123,7 +123,7 @@ export class LGraphNode {
|
||||
|
||||
title: string
|
||||
graph: LGraph | null = null
|
||||
id?: NodeId
|
||||
id: NodeId
|
||||
type: string | null = null
|
||||
inputs: INodeInputSlot[] = []
|
||||
outputs: INodeOutputSlot[] = []
|
||||
|
||||
Reference in New Issue
Block a user