Search
Control.element Property
See Also
 





Returns a reference to the control's DOM element.

Namespace: MindFusion.Controls
File: Control.js

 Syntax

JavaScript  Copy Code

get element() {}
set element(value) {}

 Property Value

HTMLElement

The HTML element wrapped by this control.

 See Also