Preparing search index...
@universe-dg/sdk
Universe
Platform
Search
IStringAttributeST
Interface IStringAttributeST
Public
interface
IStringAttributeST
{
displayName
?:
string
;
formFields
?:
IStringFormField
[]
;
id
?:
string
;
items
?:
Partial
<
IStringFormField
>
[]
;
key
:
string
;
parentId
?:
string
;
supplementaryGroup
?:
ISearchGroupBase
<
IGroupQueryBase
>
;
termGroup
:
keyof
ITermsGroup
;
withMorphological
?:
boolean
;
}
Hierarchy
Omit
<
IAbstractAttribute
<
IStringFormField
>
,
"type"
>
IStringAttributeST
Index
Properties
display
Name?
form
Fields?
id?
items?
key
parent
Id?
supplementary
Group?
term
Group
with
Morphological?
Properties
Optional
display
Name
displayName
?:
string
Optional
form
Fields
formFields
?:
IStringFormField
[]
Optional
id
id
?:
string
Optional
items
items
?:
Partial
<
IStringFormField
>
[]
key
key
:
string
Optional
parent
Id
parentId
?:
string
Optional
supplementary
Group
supplementaryGroup
?:
ISearchGroupBase
<
IGroupQueryBase
>
term
Group
termGroup
:
keyof
ITermsGroup
Optional
with
Morphological
withMorphological
?:
boolean
On This Page
Properties
display
Name
form
Fields
id
items
key
parent
Id
supplementary
Group
term
Group
with
Morphological
Юниверс DG SDK UI
Loading...
Public