@terrestris/shogun-util
    Preparing search index...

    Interface PropertyFormItemEditConfig

    interface PropertyFormItemEditConfig {
        component: EditFormComponentType;
        displayName?: string;
        fieldProps?: any;
        propertyName: string;
        readOnly?: boolean;
        required?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    component: EditFormComponentType
    displayName?: string
    fieldProps?: any
    propertyName: string
    readOnly?: boolean
    required?: boolean