@comfyorg/comfyui-frontend-types 1.36.9 → 1.36.10
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 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -2320,6 +2320,7 @@ export declare class ComfyApp {
|
|
|
2320
2320
|
/** Widget type (see {@link TWidgetType}) */
|
|
2321
2321
|
type: TType;
|
|
2322
2322
|
value?: TValue;
|
|
2323
|
+
vueTrack?: () => void;
|
|
2323
2324
|
/**
|
|
2324
2325
|
* Whether the widget value should be serialized on node serialization.
|
|
2325
2326
|
* @default true
|