class LabelComponent
extends
Component<APILabelComponent>export class LabelComponent extends Component<APILabelComponent>Represents a label component
component : StringSelectMenuComponent | TextInputComponent
The component in this label
readonlydata : Readonly<APILabelComponent> 
The API data associated with this component
Inherited from: Component
readonlylabel : string 
The label of the component
 equals(other: this | APILabelComponent) : boolean
other: this | APILabelComponent
Whether or not the given components are equal
Inherited from: Component
toJSON() : APILabelComponent
Returns the API-compatible JSON for this component