Preparing search index...
@universe-dg/sdk
Universe
MDM
CE
Data
LookupAttributeSearchTermWrapperComponentType
Interface LookupAttributeSearchTermWrapperComponentType
Public
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
constructor
Properties
child
Context
Types?
context
Type?
context
Types?
default
Props?
display
Name?
prop
Types?
Constructors
constructor
new
LookupAttributeSearchTermWrapperComponentType
<
STORE
extends
RelatedDataRecordStoreType
,
ST
extends
LookupAttributeST
,
>
(
props
:
LookupAttributeSTRendererProps
<
STORE
,
ST
>
,
context
?:
any
,
)
:
Component
<
LookupAttributeSTRendererProps
<
STORE
,
ST
>
,
any
>
Type Parameters
STORE
extends
RelatedDataRecordStoreType
ST
extends
LookupAttributeST
Parameters
props
:
LookupAttributeSTRendererProps
<
STORE
,
ST
>
Optional
context
:
any
Returns
Component
<
LookupAttributeSTRendererProps
<
STORE
,
ST
>
,
any
>
Properties
Optional
child
Context
Types
childContextTypes
?:
ValidationMap
<
any
>
Optional
context
Type
contextType
?:
Context
<
any
>
Optional
context
Types
contextTypes
?:
ValidationMap
<
any
>
Optional
default
Props
defaultProps
?:
Partial
<
LookupAttributeSTRendererProps
<
RelatedDataRecordStoreType
,
LookupAttributeST
,
>
,
>
Optional
display
Name
displayName
?:
string
Optional
prop
Types
propTypes
?:
WeakValidationMap
<
LookupAttributeSTRendererProps
<
RelatedDataRecordStoreType
,
LookupAttributeST
,
>
,
>
On This Page
Constructors
constructor
Properties
child
Context
Types
context
Type
context
Types
default
Props
display
Name
prop
Types
Юниверс DG SDK UI
Loading...
Public