GuidePluginsTestingAPI
Seyfert LogoSeyfert
API

LabelComponent

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

Signature

export declare class LabelComponent extends BaseComponent<ComponentType.Label>

Properties

3
labeldescriptioncomponent

Methods

1
constructor

Properties

label#Getter
get label(): string;
description#Getter
get description(): string | undefined;
component#Getter
get component(): AllComponents;

Methods

constructor#Constructor
constructor(data: APILabelComponent);