SchemaInfo interface
- Extends
Vlastnosti
| entity |
Zděděné vlastnosti
| child |
|
| comment | |
| defined |
|
| description | |
| display |
|
| dtdl |
|
| id | |
| language |
|
| supplemental |
|
| supplemental |
|
| supplemental |
|
| undefined |
|
| undefined |
Zděděné metody
| validate |
Podrobnosti vlastnosti
entityKind
entityKind: "string" | "boolean" | "object" | "array" | "enum" | "map" | "date" | "datetime" | "double" | "duration" | "float" | "integer" | "long" | "time"
Hodnota vlastnosti
"string" | "boolean" | "object" | "array" | "enum" | "map" | "date" | "datetime" | "double" | "duration" | "float" | "integer" | "long" | "time"
Podrobnosti zděděných vlastností
childOf
comment
definedIn
description
displayName
dtdlVersion
id
languageVersion
supplementalProperties
supplementalProperties: {[x: string]: any}
Hodnota vlastnosti
{[x: string]: any}
Zděděno zEntityInfo.supplementalProperties
supplementalTypeIds
supplementalTypes
undefinedProperties
undefinedProperties: {[name: string]: any}
Hodnota vlastnosti
{[name: string]: any}
Zděděno zEntityInfo.undefinedProperties
undefinedTypes
Podrobnosti zděděných metod
validateInstance(string)
function validateInstance(instanceText: string): boolean
Parametry
- instanceText
-
string
Návraty
boolean
Zděděno zEntityInfo.validateInstance