CommandResponseInfo interface

Extends

Özellikler

entityKind

Devralınan Özellikler

childOf
comment
definedIn
description
displayName
dtdlVersion
id
languageVersion
name
schema
supplementalProperties
supplementalTypeIds
supplementalTypes
undefinedProperties
undefinedTypes

Devralınan Yöntemler

validateInstance(string)

Özellik Ayrıntıları

entityKind

entityKind: "commandresponse"

Özellik Değeri

"commandresponse"

Devralınan Özellik Detayları

childOf

childOf: undefined | string

Özellik Değeri

undefined | string

Devralındığı yer:CommandPayloadInfo.childOf

comment

comment?: string

Özellik Değeri

string

Devralındığı yer:CommandPayloadInfo.comment

definedIn

definedIn: undefined | string

Özellik Değeri

undefined | string

Devralındığı yer:CommandPayloadInfo.definedIn

description

description?: LanguageStringType

Özellik Değeri

Devralındığı yer:CommandPayloadInfo.description

displayName

displayName?: LanguageStringType

Özellik Değeri

Devralındığı yer:CommandPayloadInfo.displayName

dtdlVersion

dtdlVersion: number

Özellik Değeri

number

Devralındığı yer:CommandPayloadInfo.dtdlVersion

id

id: string

Özellik Değeri

string

Devralındığı yer:CommandPayloadInfo.id

languageVersion

languageVersion?: number

Özellik Değeri

number

Devralındığı yer:CommandPayloadInfo.languageVersion

name

name?: string

Özellik Değeri

string

Devralındığı yer:CommandPayloadInfo.name

schema

schema?: SchemaInfo

Özellik Değeri

Devralındığı yer:CommandPayloadInfo.schema

supplementalProperties

supplementalProperties: {[x: string]: any}

Özellik Değeri

{[x: string]: any}

Devralındığı yer:CommandPayloadInfo.supplementalProperties

supplementalTypeIds

supplementalTypeIds: string[]

Özellik Değeri

string[]

Devralındığı yer:CommandPayloadInfo.supplementalTypeIds

supplementalTypes

supplementalTypes: SupplementalTypeInfo[]

Özellik Değeri

Devralındığı yer:CommandPayloadInfo.supplementalTypes

undefinedProperties

undefinedProperties: {[name: string]: any}

Özellik Değeri

{[name: string]: any}

Devralındığı yer:CommandPayloadInfo.undefinedProperties

undefinedTypes

undefinedTypes: string[]

Özellik Değeri

string[]

Devralındığı yer:CommandPayloadInfo.undefinedTypes

Devralınan Yöntemin Ayrıntıları

validateInstance(string)

function validateInstance(instanceText: string): boolean

Parametreler

instanceText

string

Döndürülenler

boolean

Devralındığı yer:CommandPayloadInfo.validateInstance