export class Component<RawComponentData extends AnyComponent = AnyComponent>Represents a component
Type Parameters
optionalRawComponentData? extends AnyComponent = AnyComponent
readonlydata : Readonly<RawComponentData>
The API data associated with this component
equals(other: this | RawComponentData) : boolean
other: this | RawComponentData
Whether or not the given components are equal