Interface FormNodeLayout

interface FormNodeLayout {
    designComponent: string;
    elements: FormNode[];
    icon: any;
    id: string;
    type: string;
}

Hierarchy (view full)

Properties

designComponent: string
elements: FormNode[]
icon: any
id: string
type: string