We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f935d42 commit 78992c4Copy full SHA for 78992c4
comfy/comfy_types/node_typing.py
@@ -120,6 +120,10 @@ class InputTypeOptions(TypedDict):
120
Available from frontend v1.17.5
121
Ref: https://github.com/Comfy-Org/ComfyUI_frontend/pull/3548
122
"""
123
+ widgetType: NotRequired[str]
124
+ """Specifies a type to be used for widget initialization if different from the input type.
125
+ Available from frontend v1.18.0
126
+ https://github.com/Comfy-Org/ComfyUI_frontend/pull/3550"""
127
# class InputTypeNumber(InputTypeOptions):
128
# default: float | int
129
min: NotRequired[float]
0 commit comments