Refresh combo boxes button

This commit is contained in:
space-nuko
2023-05-04 20:24:04 -05:00
parent 2ae41e26e6
commit df0a93ecb0
13 changed files with 196 additions and 64 deletions

View File

@@ -14,6 +14,7 @@ export type ComfyInputConfig = {
export default interface IComfyInputSlot extends INodeInputSlot {
serialize: boolean,
defaultWidgetNode?: new (name?: string) => ComfyWidgetNode,
defaultWidgetNode: new (name?: string) => ComfyWidgetNode
widgetNodeType?: string,
config: ComfyInputConfig, // stores range min/max/step, etc.
}