Label
Signature
export declare class Label extends BaseComponentBuilder<APILabelComponent>Properties
1Methods
5Properties
component?: LabelBuilderComponents;Methods
constructorConstructorconstructor({ component, ...data }?: Partial<APILabelComponent>);setLabel(label: string): this;setDescription(description: string): this;setComponent(component: LabelBuilderComponents): this;toJSON(): APILabelComponent;