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