NamedEntityInfo interface
- Memperluas
Properti
| entity |
|
| name |
Properti yang Diwariskan
| child |
|
| comment | |
| defined |
|
| description | |
| display |
|
| dtdl |
|
| id | |
| language |
|
| supplemental |
|
| supplemental |
|
| supplemental |
|
| undefined |
|
| undefined |
Metode yang Diwarisi
| validate |
Detail Properti
entityKind
entityKind: "command" | "commandpayload" | "commandrequest" | "commandresponse" | "component" | "property" | "relationship" | "telemetry" | "enumvalue" | "field" | "mapkey" | "mapvalue" | "unitattribute" | "namedlatenttype"
Nilai Properti
"command" | "commandpayload" | "commandrequest" | "commandresponse" | "component" | "property" | "relationship" | "telemetry" | "enumvalue" | "field" | "mapkey" | "mapvalue" | "unitattribute" | "namedlatenttype"
name
name?: string
Nilai Properti
string
Detail Properti yang Diwariskan
childOf
comment
definedIn
description
displayName
dtdlVersion
languageVersion
supplementalProperties
supplementalProperties: {[x: string]: any}
Nilai Properti
{[x: string]: any}
Diwarisi dariEntityInfo.supplementalProperties
supplementalTypeIds
supplementalTypes
undefinedProperties
undefinedProperties: {[name: string]: any}
Nilai Properti
{[name: string]: any}
Diwarisi dariEntityInfo.undefinedProperties
undefinedTypes
Detail Metode yang Diwarisi
validateInstance(string)
function validateInstance(instanceText: string): boolean
Parameter
- instanceText
-
string
Mengembalikan
boolean
Diwarisi dariEntityInfo.validateInstance