mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-05 13:10:24 +00:00
Support for hidden & advanced widgets (#250)
This commit is contained in:
@@ -24,6 +24,7 @@ export interface ISerialisedNode {
|
||||
boxcolor?: string
|
||||
color?: string
|
||||
bgcolor?: string
|
||||
showAdvanced?: boolean
|
||||
widgets_values?: TWidgetValue[]
|
||||
}
|
||||
|
||||
|
||||
@@ -107,6 +107,9 @@ export interface IBaseWidget<TElement extends HTMLElement = HTMLElement> {
|
||||
last_y?: number
|
||||
width?: number
|
||||
disabled?: boolean
|
||||
|
||||
hidden?: boolean
|
||||
advanced?: boolean
|
||||
|
||||
tooltip?: string
|
||||
|
||||
|
||||
Reference in New Issue
Block a user