CommandInfo interface

Extends

Özellikler

commandType
entityKind
request
response

Devralınan Özellikler

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

Devralınan Yöntemler

validateInstance(string)

Özellik Ayrıntıları

commandType

commandType?: CommandTypeInfo

Özellik Değeri

entityKind

entityKind: "command"

Özellik Değeri

"command"

request

request?: CommandPayloadInfo

Özellik Değeri

response

response?: CommandPayloadInfo

Özellik Değeri

Devralınan Özellik Detayları

childOf

childOf: undefined | string

Özellik Değeri

undefined | string

Devralındığı yer:ContentInfo.childOf

comment

comment?: string

Özellik Değeri

string

Devralındığı yer:ContentInfo.comment

definedIn

definedIn: undefined | string

Özellik Değeri

undefined | string

Devralındığı yer:ContentInfo.definedIn

description

description?: LanguageStringType

Özellik Değeri

Devralındığı yer:ContentInfo.description

displayName

displayName?: LanguageStringType

Özellik Değeri

Devralındığı yer:ContentInfo.displayName

dtdlVersion

dtdlVersion: number

Özellik Değeri

number

Devralındığı yer:ContentInfo.dtdlVersion

id

id: string

Özellik Değeri

string

Devralındığı yer:ContentInfo.id

languageVersion

languageVersion?: number

Özellik Değeri

number

Devralındığı yer:ContentInfo.languageVersion

name

name?: string

Özellik Değeri

string

Devralındığı yer:ContentInfo.name

supplementalProperties

supplementalProperties: {[x: string]: any}

Özellik Değeri

{[x: string]: any}

Devralındığı yer:ContentInfo.supplementalProperties

supplementalTypeIds

supplementalTypeIds: string[]

Özellik Değeri

string[]

Devralındığı yer:ContentInfo.supplementalTypeIds

supplementalTypes

supplementalTypes: SupplementalTypeInfo[]

Özellik Değeri

Devralındığı yer:ContentInfo.supplementalTypes

undefinedProperties

undefinedProperties: {[name: string]: any}

Özellik Değeri

{[name: string]: any}

Devralındığı yer:ContentInfo.undefinedProperties

undefinedTypes

undefinedTypes: string[]

Özellik Değeri

string[]

Devralındığı yer:ContentInfo.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:ContentInfo.validateInstance