mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-06 21:50:05 +00:00
Move marker property from BaseWidget to SliderWidget (#584)
* Move marker property from BaseWidget to SliderWidget * nit
This commit is contained in:
@@ -7,9 +7,7 @@ import type { IBaseWidget, IWidget, IWidgetOptions, TWidgetType, TWidgetValue }
|
||||
export abstract class BaseWidget implements IBaseWidget {
|
||||
linkedWidgets?: IWidget[]
|
||||
options: IWidgetOptions<unknown>
|
||||
marker?: number
|
||||
label?: string
|
||||
clicked?: boolean
|
||||
name?: string
|
||||
type?: TWidgetType
|
||||
value?: TWidgetValue
|
||||
|
||||
Reference in New Issue
Block a user