interface LabelData

export interface LabelData extends BaseComponentData

The component within the label

optional
description? : string

The optional description for the label

optional
id? : number

the id of this component

Inherited from: BaseComponentData

label : string

The label to use

The type of component

Inherited from: BaseComponentData