mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-08 20:37:05 +08:00
Document required version for widgetType
This commit is contained in:
parent
4f471040fc
commit
e4b39c3345
@ -122,6 +122,7 @@ class InputTypeOptions(TypedDict):
|
|||||||
"""
|
"""
|
||||||
widgetType: NotRequired[str]
|
widgetType: NotRequired[str]
|
||||||
"""Specifies a type to be used for widget initialization if different from the input type.
|
"""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"""
|
https://github.com/Comfy-Org/ComfyUI_frontend/pull/3550"""
|
||||||
# class InputTypeNumber(InputTypeOptions):
|
# class InputTypeNumber(InputTypeOptions):
|
||||||
# default: float | int
|
# default: float | int
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user