NamedEntityInfo interface
- Extends
속성
| entity |
|
| name |
상속된 속성
| child |
|
| comment | |
| defined |
|
| description | |
| display |
|
| dtdl |
|
| id | |
| language |
|
| supplemental |
|
| supplemental |
|
| supplemental |
|
| undefined |
|
| undefined |
상속된 메서드
| validate |
속성 세부 정보
entityKind
entityKind: "command" | "commandpayload" | "commandrequest" | "commandresponse" | "component" | "property" | "relationship" | "telemetry" | "enumvalue" | "field" | "mapkey" | "mapvalue" | "unitattribute" | "namedlatenttype"
속성 값
"command" | "commandpayload" | "commandrequest" | "commandresponse" | "component" | "property" | "relationship" | "telemetry" | "enumvalue" | "field" | "mapkey" | "mapvalue" | "unitattribute" | "namedlatenttype"
name
name?: string
속성 값
string
상속된 속성 세부 정보
childOf
comment
definedIn
description
displayName
dtdlVersion
languageVersion
supplementalProperties
supplementalProperties: {[x: string]: any}
속성 값
{[x: string]: any}
supplementalTypeIds
supplementalTypes
supplementalTypes: SupplementalTypeInfo[]
속성 값
undefinedProperties
undefinedProperties: {[name: string]: any}
속성 값
{[name: string]: any}
undefinedTypes
상속된 메서드 세부 정보
validateInstance(string)
function validateInstance(instanceText: string): boolean
매개 변수
- instanceText
-
string
반환
boolean