LabelElement class enables the creation of a label element in a user interface.
Constructor
Class Usage
Here’s an example of how you can create an instance of theLabelElement class:
In this example, a new instance of LabelElement is created with the elementId “1” and the label text “Username”.
Example
Here is an example that showcases the creation and manipulation of an instance ofLabelElement:
- TypeScript