mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-04 07:00:23 +00:00
Typescript LiteGraphGlobal (#210)
* nit - Format * Refactor - prefer typeof over constructor check * Fix initialisers * Add TS types * nit - auto const/let * nit - manual const/let * nit * Add TS types * nit - Remove redundant JSDoc * nit * Use enums in LiteGraph global * Fix TS type - node shape * Add TS types * Remove unused vars * nit - Refactor / format * nit - Refactor * Refactor - optional chaining
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -28,6 +28,7 @@ export enum LinkDirection {
|
||||
|
||||
/** The path calculation that links follow */
|
||||
export enum LinkRenderType {
|
||||
HIDDEN_LINK = -1,
|
||||
/** Juts out from the input & output a little @see LinkDirection, then a straight line between them */
|
||||
STRAIGHT_LINK = 0,
|
||||
/** 90° angles, clean and box-like */
|
||||
|
||||
Reference in New Issue
Block a user