Interface FormNodeLabel

interface FormNodeLabel {
    designComponent: "Label";
    icon: any;
    id: string;
    text?: string;
    type: "Label";
}

Hierarchy (view full)

Properties

designComponent: "Label"
icon: any
id: string
text?: string
type: "Label"