Document required version for widgetType

This commit is contained in:
Austin Mroz 2025-04-24 12:53:11 -05:00
parent 4f471040fc
commit e4b39c3345
No known key found for this signature in database

View File

@ -122,6 +122,7 @@ class InputTypeOptions(TypedDict):
"""
widgetType: NotRequired[str]
"""Specifies a type to be used for widget initialization if different from the input type.
Available from frontend v1.18.0
https://github.com/Comfy-Org/ComfyUI_frontend/pull/3550"""
# class InputTypeNumber(InputTypeOptions):
# default: float | int