mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-09 19:07:13 +08:00
nit - Doc
This commit is contained in:
parent
3eb49f4810
commit
e0cfe5869d
@ -116,7 +116,10 @@ class InputTypeOptions(TypedDict):
|
|||||||
tooltip: NotRequired[str]
|
tooltip: NotRequired[str]
|
||||||
"""Tooltip for the input (or widget), shown on pointer hover"""
|
"""Tooltip for the input (or widget), shown on pointer hover"""
|
||||||
socketless: NotRequired[bool]
|
socketless: NotRequired[bool]
|
||||||
"""All inputs (including widgets) have an input socket to connect links. When ``true``, if there is a widget for this input, no socket will be created."""
|
"""All inputs (including widgets) have an input socket to connect links. When ``true``, if there is a widget for this input, no socket will be created.
|
||||||
|
Available from frontend v1.17.5
|
||||||
|
Ref: https://github.com/Comfy-Org/ComfyUI_frontend/pull/3548
|
||||||
|
"""
|
||||||
# class InputTypeNumber(InputTypeOptions):
|
# class InputTypeNumber(InputTypeOptions):
|
||||||
# default: float | int
|
# default: float | int
|
||||||
min: NotRequired[float]
|
min: NotRequired[float]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user