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

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

Иерархия (Просмотр сводки)

Индекс

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

Свойства

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