mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-03 06:47:33 +00:00
Documentation mismatch
Some method names didn't match the actual method names, rendering the automatically generated documentation misleading
This commit is contained in:
@@ -1477,7 +1477,7 @@
|
||||
|
||||
/**
|
||||
* Tell this graph it has a global graph input of this type
|
||||
* @method addGlobalInput
|
||||
* @method addInput
|
||||
* @param {String} name
|
||||
* @param {String} type
|
||||
* @param {*} value [optional]
|
||||
@@ -1503,7 +1503,7 @@
|
||||
|
||||
/**
|
||||
* Assign a data to the global graph input
|
||||
* @method setGlobalInputData
|
||||
* @method setInputData
|
||||
* @param {String} name
|
||||
* @param {*} data
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user