@terrestris/shogun-util

    Interface PropertyFormItemEditConfig

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

    Hierarchy (View Summary, Expand)

    Index

    Properties

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