Юниверс DG SDK UI
v2.15.0

Интерфейс 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,
        >,
    >;
}
Индекс

Конструкторы

Свойства

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