Search
VisualElement.name Property
See Also
 






Gets or sets the name of this element.

Namespace: MindFusion.Gauges
File: VisualElement.js

 Syntax

JavaScript  Copy Code

get name() {}
set name(value) {}

 Property Value

String

The name of this element.

 Remarks

The name can be used to obtain a reference to the element through a call to the getElementByName method.

 See Also