Preparing search index...
@universe-dg/sdk
Universe
Platform
Search
IAbstractAttribute
Interface IAbstractAttribute<F>
Public
interface
IAbstractAttribute
<
F
extends
IFormField
=
IFormField
>
{
displayName
?:
string
;
formFields
?:
F
[]
;
id
?:
string
;
items
?:
Partial
<
F
>
[]
;
key
:
string
;
parentId
?:
string
;
supplementaryGroup
?:
ISearchGroupBase
<
IGroupQueryBase
>
;
termGroup
:
keyof
ITermsGroup
;
type
?:
VALUE_TYPE
;
}
Type Parameters
F
extends
IFormField
=
IFormField
Hierarchy (
View Summary
)
IAbstractSearchTerm
IAbstractAttribute
Index
Properties
display
Name?
form
Fields?
id?
items?
key
parent
Id?
supplementary
Group?
term
Group
type?
Properties
Optional
display
Name
displayName
?:
string
Optional
form
Fields
formFields
?:
F
[]
Optional
id
id
?:
string
Optional
items
items
?:
Partial
<
F
>
[]
key
key
:
string
Optional
parent
Id
parentId
?:
string
Optional
supplementary
Group
supplementaryGroup
?:
ISearchGroupBase
<
IGroupQueryBase
>
term
Group
termGroup
:
keyof
ITermsGroup
Optional
type
type
?:
VALUE_TYPE
On This Page
Properties
display
Name
form
Fields
id
items
key
parent
Id
supplementary
Group
term
Group
type
Юниверс DG SDK UI
Loading...
Public