Preparing search index...
@universe-dg/sdk
Universe
Platform
Search
IAttributeFormFieldProps
Interface IAttributeFormFieldProps
Public
interface
IAttributeFormFieldProps
{
autoFocus
:
boolean
;
index
:
number
;
isVisible
:
boolean
;
leftContent
?:
ReactNode
;
onSelect
?:
()
=>
void
;
renderST
?:
renderAttributeST
<
AbstractFormField
<
AbstractFormFieldValue
>
>
;
searchTerm
:
AbstractAttributeST
<
AbstractFormField
<
AbstractFormFieldValue
>
>
;
searchTypesMapper
?:
SearchTypesMapper
;
}
Index
Properties
auto
Focus
index
is
Visible
left
Content?
on
Select?
renderST?
search
Term
search
Types
Mapper?
Properties
auto
Focus
autoFocus
:
boolean
index
index
:
number
is
Visible
isVisible
:
boolean
Optional
left
Content
leftContent
?:
ReactNode
Optional
on
Select
onSelect
?:
()
=>
void
Optional
renderST
renderST
?:
renderAttributeST
<
AbstractFormField
<
AbstractFormFieldValue
>
>
search
Term
searchTerm
:
AbstractAttributeST
<
AbstractFormField
<
AbstractFormFieldValue
>
>
Optional
search
Types
Mapper
searchTypesMapper
?:
SearchTypesMapper
On This Page
Properties
auto
Focus
index
is
Visible
left
Content
on
Select
renderST
search
Term
search
Types
Mapper
Юниверс DG SDK UI
Loading...
Public