mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-21 23:09:39 +00:00
Type LGraphNode.pasteFile (#2455)
This commit is contained in:
2
src/types/litegraph-augmentation.d.ts
vendored
2
src/types/litegraph-augmentation.d.ts
vendored
@@ -102,6 +102,8 @@ declare module '@comfyorg/litegraph' {
|
||||
imageOffset?: number
|
||||
/** Set by DOM widgets */
|
||||
freeWidgetSpace?: number
|
||||
/** Callback for pasting an image file into the node */
|
||||
pasteFile?(file: File): void
|
||||
}
|
||||
|
||||
interface INodeSlot {
|
||||
|
||||
Reference in New Issue
Block a user