Preparing search index...
@universe-dg/sdk
Universe
MDM
CE
Data
LookupAttributeFormFieldProps
Interface LookupAttributeFormFieldProps
Public
interface
LookupAttributeFormFieldProps
{
autoFocus
:
boolean
;
isVisible
:
boolean
;
leftContent
:
ReactNode
;
lookupAttribute
?:
IMetaAbstractAttribute
;
onSelect
?:
()
=>
void
;
phantom
:
boolean
;
renderST
?:
renderAttributeST
<
AbstractFormField
<
AbstractFormFieldValue
>
>
;
searchTerm
:
LookupAttributeST
;
searchTypesMapper
?:
SearchTypesMapper
;
}
Hierarchy
Omit
<
IAttributeFormFieldProps
,
"index"
>
LookupAttributeFormFieldProps
Index
Properties
auto
Focus
is
Visible
left
Content
lookup
Attribute?
on
Select?
phantom
renderST?
search
Term
search
Types
Mapper?
Properties
auto
Focus
autoFocus
:
boolean
is
Visible
isVisible
:
boolean
left
Content
leftContent
:
ReactNode
Optional
lookup
Attribute
lookupAttribute
?:
IMetaAbstractAttribute
Optional
on
Select
onSelect
?:
()
=>
void
phantom
phantom
:
boolean
Optional
renderST
renderST
?:
renderAttributeST
<
AbstractFormField
<
AbstractFormFieldValue
>
>
search
Term
searchTerm
:
LookupAttributeST
Optional
search
Types
Mapper
searchTypesMapper
?:
SearchTypesMapper
On This Page
Properties
auto
Focus
is
Visible
left
Content
lookup
Attribute
on
Select
phantom
renderST
search
Term
search
Types
Mapper
Юниверс DG SDK UI
Loading...
Public