interface PropertyFormItemReadConfig {
    displayName?: string;
    fieldProps?: any;
    propertyName: string;
}

Hierarchy (view full)

Properties

displayName?: string
fieldProps?: any
propertyName: string