Constructs a DOMWidget instance.

Param: options.name

The name of the widget.

Param: options.element

The HTML element for the widget.

Param: options.value

The value of the widget.

Param: options.options

The options for the widget.

Param: options.node

The LGraphNode associated with the widget.

Implements

Constructors

Properties

$el: HTMLElement
clicked?: boolean
computedHeight: number = ...
disabled?: boolean
disposed: Disposable = ...
hidden?: boolean
last_y?: number
marker?: boolean
mouseDownHandler?: ((...args) => any)

Type declaration

    • (...args): any
    • Parameters

      • Rest ...args: any

      Returns any

name: string
options: DOMWidgetOptions
property?: string
type: string = "dom"
width?: number
y?: number

Accessors

Methods