mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-04 23:20:07 +00:00
Add socketless widget option (#958)
Declares `socketless` property on `IWidgetOptions`. - Ref: https://github.com/comfyanonymous/ComfyUI/pull/7714
This commit is contained in:
@@ -24,6 +24,8 @@ export interface IWidgetOptions<TValue = unknown> extends Record<string, unknown
|
||||
multiline?: boolean
|
||||
// TODO: Confirm this
|
||||
property?: string
|
||||
/** If `true`, an input socket will not be created for this widget. */
|
||||
socketless?: boolean
|
||||
|
||||
values?: TValue[]
|
||||
callback?: IWidget["callback"]
|
||||
|
||||
Reference in New Issue
Block a user