@comfyorg/comfyui-frontend-types 1.30.1 → 1.30.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -3880,7 +3880,7 @@ export declare class ComfyApp {
|
|
|
3880
3880
|
* When called without parameters, it copies {@link selectedItems}.
|
|
3881
3881
|
* @param items The items to copy. If nullish, all selected items are copied.
|
|
3882
3882
|
*/
|
|
3883
|
-
copyToClipboard(items?: Iterable<Positionable>):
|
|
3883
|
+
copyToClipboard(items?: Iterable<Positionable>): string;
|
|
3884
3884
|
emitEvent(detail: LGraphCanvasEventMap['litegraph:canvas']): void;
|
|
3885
3885
|
/** @todo Refactor to where it belongs - e.g. Deleting / creating nodes is not actually canvas event. */
|
|
3886
3886
|
emitBeforeChange(): void;
|