Interface FormNodeBase

interface FormNodeBase {
    designComponent: string;
    icon: any;
    id: string;
    type: string;
}

Hierarchy (view full)

Properties

designComponent: string
icon: any
id: string
type: string