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