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