@comfyorg/comfyui-frontend-types 1.20.3 → 1.21.0
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
|
@@ -1086,7 +1086,7 @@ export declare class ComfyApp {
|
|
|
1086
1086
|
|
|
1087
1087
|
declare type SettingCustomRenderer = (name: string, setter: (v: any) => void, value: any, attrs: any) => HTMLElement;
|
|
1088
1088
|
|
|
1089
|
-
declare type SettingInputType = 'boolean' | 'number' | 'slider' | 'knob' | 'combo' | 'text' | 'image' | 'color' | 'url' | 'hidden';
|
|
1089
|
+
declare type SettingInputType = 'boolean' | 'number' | 'slider' | 'knob' | 'combo' | 'text' | 'image' | 'color' | 'url' | 'hidden' | 'backgroundImage';
|
|
1090
1090
|
|
|
1091
1091
|
declare interface SettingOption {
|
|
1092
1092
|
text: string;
|