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