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

    Interface PropertyFormItemEditReferenceTableConfig

    interface PropertyFormItemEditReferenceTableConfig {
        component: EditFormComponentType;
        displayName?: string;
        editFormConfig: PropertyFormItemEditConfig[];
        fieldProps?: any;
        propertyName: string;
        readOnly?: boolean;
        required?: boolean;
        tablePropertyName?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    component: EditFormComponentType
    displayName?: string
    editFormConfig: PropertyFormItemEditConfig[]
    fieldProps?: any
    propertyName: string
    readOnly?: boolean
    required?: boolean
    tablePropertyName?: string