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

    Interface PropertyFormItemEditDefaultConfig

    interface PropertyFormItemEditDefaultConfig {
        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