BaseComponent
Signature
export declare class BaseComponent<T extends ComponentType>Properties
2Methods
3Properties
data: APIComponentsMap[T];typeGetterget type(): ComponentType;Methods
constructorConstructorconstructor(data: APIComponentsMap[T]);toJSON(): APIComponentsMap[T];toBuilder(): BuilderComponentsMap[T];