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

Hierarchy (View Summary)

Properties

displayName?: string
fieldProps?: any
propertyName: string