name
The identifier for this UI element.
name?: string;
Notes
- Identifiers do not have to be unique, but can be used to identify elements in a part of the view hierarchy.
- Depending on the platform, this identifier may be exposed in the rendered output (e.g. HTML attribute).
Related
class UIElement abstract
The base class for built-in UI view elements.
