Interface FormNodeGroup

interface FormNodeGroup {
    designComponent: "Group";
    elements: FormNode[];
    icon: any;
    id: string;
    label?: string;
    type: "Group";
}

Hierarchy (view full)

Properties

designComponent: "Group"
elements: FormNode[]
icon: any
id: string
label?: string
type: "Group"