interface LabelModalData

export interface LabelModalData extends BaseModalData<ComponentType.Label>

component : readonly ModalData[]

The component within the label

id : number

The id of the component

Inherited from: BaseModalData

type : Type

The component type of the component

Inherited from: BaseModalData