The LabelElement class enables the creation of a label element in a user interface.Documentation Index
Fetch the complete documentation index at: https://cometchat-22654f5b-docs-android-v6-beta2.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Constructor
| Name | Type | Description |
|---|---|---|
| elementId | string | Accepts the ID for the element in the constructor |
| label | string | Accepts the text for label in the constructor |
Class Usage
Here’s an example of how you can create an instance of the LabelElement 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 of LabelElement: For example:- TypeScript