NamedEntityInfo interface
- Extends
Properties
| entity |
|
| name |
Inherited Properties
| child |
|
| comment | |
| defined |
|
| description | |
| display |
|
| dtdl |
|
| id | |
| language |
|
| supplemental |
|
| supplemental |
|
| supplemental |
|
| undefined |
|
| undefined |
Inherited Methods
| validate |
Property Details
entityKind
entityKind: "command" | "commandpayload" | "commandrequest" | "commandresponse" | "component" | "property" | "relationship" | "telemetry" | "enumvalue" | "field" | "mapkey" | "mapvalue" | "unitattribute" | "namedlatenttype"
Property Value
"command" | "commandpayload" | "commandrequest" | "commandresponse" | "component" | "property" | "relationship" | "telemetry" | "enumvalue" | "field" | "mapkey" | "mapvalue" | "unitattribute" | "namedlatenttype"
name
name?: string
Property Value
string
Inherited Property Details
childOf
comment
definedIn
description
displayName
dtdlVersion
id
languageVersion
supplementalProperties
supplementalProperties: {[x: string]: any}
Property Value
{[x: string]: any}
Inherited From EntityInfo.supplementalProperties
supplementalTypeIds
supplementalTypes
supplementalTypes: SupplementalTypeInfo[]
Property Value
Inherited From EntityInfo.supplementalTypes
undefinedProperties
undefinedProperties: {[name: string]: any}
Property Value
{[name: string]: any}
Inherited From EntityInfo.undefinedProperties
undefinedTypes
Inherited Method Details
validateInstance(string)
function validateInstance(instanceText: string): boolean
Parameters
- instanceText
-
string
Returns
boolean
Inherited From EntityInfo.validateInstance