Preparing search index...

    Interface LookupAttributeSearchTermWrapperComponentType

    interface LookupAttributeSearchTermWrapperComponentType {
        new LookupAttributeSearchTermWrapperComponentType<
            STORE extends RelatedDataRecordStoreType,
            ST extends LookupAttributeST,
        >(
            props: LookupAttributeSTRendererProps<STORE, ST>,
            context?: any,
        ): Component<LookupAttributeSTRendererProps<STORE, ST>, any>;
        childContextTypes?: ValidationMap<any>;
        contextType?: Context<any>;
        contextTypes?: ValidationMap<any>;
        defaultProps?: Partial<
            LookupAttributeSTRendererProps<
                RelatedDataRecordStoreType,
                LookupAttributeST,
            >,
        >;
        displayName?: string;
        propTypes?: WeakValidationMap<
            LookupAttributeSTRendererProps<
                RelatedDataRecordStoreType,
                LookupAttributeST,
            >,
        >;
    }
    Index

    Constructors

    Properties

    childContextTypes?: ValidationMap<any>
    contextType?: Context<any>
    contextTypes?: ValidationMap<any>
    defaultProps?: Partial<
        LookupAttributeSTRendererProps<
            RelatedDataRecordStoreType,
            LookupAttributeST,
        >,
    >
    displayName?: string
    propTypes?: WeakValidationMap<
        LookupAttributeSTRendererProps<
            RelatedDataRecordStoreType,
            LookupAttributeST,
        >,
    >