Preparing search index...

    Interface LookupAttributeFormFieldComponentType

    interface LookupAttributeFormFieldComponentType {
        new LookupAttributeFormFieldComponentType(
            props: LookupAttributeFormFieldProps,
            context?: any,
        ): Component<LookupAttributeFormFieldProps, any>;
        childContextTypes?: ValidationMap<any>;
        contextType?: Context<any>;
        contextTypes?: ValidationMap<any>;
        defaultProps?: Partial<LookupAttributeFormFieldProps>;
        displayName?: string;
        getDerivedStateFromError?: GetDerivedStateFromError<
            LookupAttributeFormFieldProps,
            any,
        >;
        getDerivedStateFromProps?: GetDerivedStateFromProps<
            LookupAttributeFormFieldProps,
            any,
        >;
        propTypes?: WeakValidationMap<LookupAttributeFormFieldProps>;
        ViewTermRenderer: LookupAttributeFormFieldViewTermRenderer;
    }

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    childContextTypes?: ValidationMap<any>
    contextType?: Context<any>
    contextTypes?: ValidationMap<any>
    defaultProps?: Partial<LookupAttributeFormFieldProps>
    displayName?: string
    getDerivedStateFromError?: GetDerivedStateFromError<
        LookupAttributeFormFieldProps,
        any,
    >
    getDerivedStateFromProps?: GetDerivedStateFromProps<
        LookupAttributeFormFieldProps,
        any,
    >