Preparing search index...
@universe-dg/sdk
Universe
MDM
CE
Data
ILookupRefAttributeST
Interface ILookupRefAttributeST
Public
interface
ILookupRefAttributeST
{
attributeName
:
string
;
displayName
?:
string
;
formFields
?:
IRefFormField
[]
;
id
?:
string
;
items
?:
Partial
<
IRefFormField
>
[]
;
key
:
string
;
lookupName
:
string
;
options
:
SelectOption
[]
;
parentId
?:
string
;
supplementaryGroup
?:
ISearchGroupBase
<
IGroupQueryBase
>
;
termGroup
:
keyof
ITermsGroup
;
type
:
STRING
|
INTEGER
;
}
Hierarchy
Omit
<
IAbstractAttribute
<
IRefFormField
>
,
"type"
>
ILookupRefAttributeST
Index
Properties
attribute
Name
display
Name?
form
Fields?
id?
items?
key
lookup
Name
options
parent
Id?
supplementary
Group?
term
Group
type
Properties
attribute
Name
attributeName
:
string
Optional
display
Name
displayName
?:
string
Optional
form
Fields
formFields
?:
IRefFormField
[]
Optional
id
id
?:
string
Optional
items
items
?:
Partial
<
IRefFormField
>
[]
key
key
:
string
lookup
Name
lookupName
:
string
options
options
:
SelectOption
[]
Optional
parent
Id
parentId
?:
string
Optional
supplementary
Group
supplementaryGroup
?:
ISearchGroupBase
<
IGroupQueryBase
>
term
Group
termGroup
:
keyof
ITermsGroup
type
type
:
STRING
|
INTEGER
On This Page
Properties
attribute
Name
display
Name
form
Fields
id
items
key
lookup
Name
options
parent
Id
supplementary
Group
term
Group
type
Юниверс DG SDK UI
Loading...
Public