CommandRequestInfo interface
- Extends
Properties
| entity |
Inherited Properties
| child |
|
| comment | |
| defined |
|
| description | |
| display |
|
| dtdl |
|
| id | |
| language |
|
| name | |
| schema | |
| supplemental |
|
| supplemental |
|
| supplemental |
|
| undefined |
|
| undefined |
Inherited Methods
| validate |
Property Details
entityKind
entityKind: "commandrequest"
Property Value
"commandrequest"
Inherited Property Details
childOf
childOf: undefined | string
Property Value
undefined | string
Inherited From CommandPayloadInfo.childOf
comment
definedIn
definedIn: undefined | string
Property Value
undefined | string
Inherited From CommandPayloadInfo.definedIn
description
displayName
dtdlVersion
id
languageVersion
name
schema
supplementalProperties
supplementalProperties: {[x: string]: any}
Property Value
{[x: string]: any}
Inherited From CommandPayloadInfo.supplementalProperties
supplementalTypeIds
supplementalTypeIds: string[]
Property Value
string[]
Inherited From CommandPayloadInfo.supplementalTypeIds
supplementalTypes
supplementalTypes: SupplementalTypeInfo[]
Property Value
Inherited From CommandPayloadInfo.supplementalTypes
undefinedProperties
undefinedProperties: {[name: string]: any}
Property Value
{[name: string]: any}
Inherited From CommandPayloadInfo.undefinedProperties
undefinedTypes
Inherited Method Details
validateInstance(string)
function validateInstance(instanceText: string): boolean
Parameters
- instanceText
-
string
Returns
boolean
Inherited From CommandPayloadInfo.validateInstance