NamedEntityInfo interface
- Rozszerzenie
Właściwości
| entity |
|
| name |
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: "command" | "commandpayload" | "commandrequest" | "commandresponse" | "component" | "property" | "relationship" | "telemetry" | "enumvalue" | "field" | "mapkey" | "mapvalue" | "unitattribute" | "namedlatenttype"
Wartość właściwości
"command" | "commandpayload" | "commandrequest" | "commandresponse" | "component" | "property" | "relationship" | "telemetry" | "enumvalue" | "field" | "mapkey" | "mapvalue" | "unitattribute" | "namedlatenttype"
name
name?: string
Wartość właściwości
string
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