SchemaInfo interface
- Rozszerzenie
Właściwości
| entity |
Właściwości dziedziczone
| child |
|
| comment | |
| defined |
|
| description | |
| display |
|
| dtdl |
|
| id | |
| language |
|
| supplemental |
|
| supplemental |
|
| supplemental |
|
| undefined |
|
| undefined |
Metody dziedziczone
| validate |
Szczegóły właściwości
entityKind
entityKind: "string" | "boolean" | "object" | "array" | "enum" | "map" | "date" | "datetime" | "double" | "duration" | "float" | "integer" | "long" | "time"
Wartość właściwości
"string" | "boolean" | "object" | "array" | "enum" | "map" | "date" | "datetime" | "double" | "duration" | "float" | "integer" | "long" | "time"
Szczegóły właściwości dziedziczonej
childOf
childOf: undefined | string
Wartość właściwości
undefined | string
Odziedziczone poEntityInfo.childOf
comment
definedIn
definedIn: undefined | string
Wartość właściwości
undefined | string
Odziedziczone poEntityInfo.definedIn
description
displayName
dtdlVersion
id
languageVersion
supplementalProperties
supplementalProperties: {[x: string]: any}
Wartość właściwości
{[x: string]: any}
Odziedziczone poEntityInfo.supplementalProperties
supplementalTypeIds
supplementalTypeIds: string[]
Wartość właściwości
string[]
Odziedziczone poEntityInfo.supplementalTypeIds
supplementalTypes
supplementalTypes: SupplementalTypeInfo[]
Wartość właściwości
Odziedziczone poEntityInfo.supplementalTypes
undefinedProperties
undefinedProperties: {[name: string]: any}
Wartość właściwości
{[name: string]: any}
Odziedziczone poEntityInfo.undefinedProperties
undefinedTypes
Szczegóły metody dziedziczonej
validateInstance(string)
function validateInstance(instanceText: string): boolean
Parametry
- instanceText
-
string
Zwraca
boolean
Odziedziczone poEntityInfo.validateInstance