GuidePluginsTestingAPI
Seyfert LogoSeyfert
API

BaseComponent

API/Classes/BaseComponent
seyfert/lib/components/BaseComponent.d.ts

Signature

export declare class BaseComponent<T extends ComponentType>

Properties

2
datatype

Methods

3
constructortoJSONtoBuilder

Properties

data#
data: APIComponentsMap[T];
type#Getter
get type(): ComponentType;

Methods

constructor#Constructor
constructor(data: APIComponentsMap[T]);
toJSON#
toJSON(): APIComponentsMap[T];
toBuilder#
toBuilder(): BuilderComponentsMap[T];