Gets or sets the name of this element.
Namespace: MindFusion.Gauges
File: VisualElement.js
SyntaxJavaScript
Copy Code
|
|---|
get name() {} |
Type: String
String
The name of this element.
RemarksThe name can be used to obtain a reference to the element through a call to the getElementByName method.
See Also