Preparing search index...
@universe-dg/sdk
Universe
Platform
Search
DateJsonData
Interface DateJsonData
Public
interface
DateJsonData
{
constructorName
:
string
;
displayName
?:
string
;
formFields
:
IFormField
<
string
|
number
|
boolean
>
[]
;
formGroups
:
IFormGroup
[]
;
id
:
string
;
json
:
any
;
key
:
string
;
parentId
?:
string
;
termGroup
:
keyof
ITermsGroup
;
type
:
DateType
;
}
Hierarchy (
View Summary
)
JsonData
DateJsonData
Index
Properties
constructor
Name
display
Name?
form
Fields
form
Groups
id
json
key
parent
Id?
term
Group
type
Properties
constructor
Name
constructorName
:
string
Optional
display
Name
displayName
?:
string
form
Fields
formFields
:
IFormField
<
string
|
number
|
boolean
>
[]
form
Groups
formGroups
:
IFormGroup
[]
id
id
:
string
json
json
:
any
key
key
:
string
Optional
parent
Id
parentId
?:
string
term
Group
termGroup
:
keyof
ITermsGroup
type
type
:
DateType
On This Page
Properties
constructor
Name
display
Name
form
Fields
form
Groups
id
json
key
parent
Id
term
Group
type
Юниверс DG SDK UI
Loading...
Public