CommandInfo interface

Extends

屬性

commandType
entityKind
request
response

繼承的屬性

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

繼承的方法

validateInstance(string)

屬性詳細資料

commandType

commandType?: CommandTypeInfo

屬性值

entityKind

entityKind: "command"

屬性值

"command"

request

request?: CommandPayloadInfo

屬性值

response

response?: CommandPayloadInfo

屬性值

繼承的屬性詳細資料

childOf

childOf: undefined | string

屬性值

undefined | string

繼承自ContentInfo.childOf

comment

comment?: string

屬性值

string

繼承自ContentInfo.comment

definedIn

definedIn: undefined | string

屬性值

undefined | string

繼承自ContentInfo.definedIn

description

description?: LanguageStringType

屬性值

繼承自ContentInfo.description

displayName

displayName?: LanguageStringType

屬性值

繼承自ContentInfo.displayName

dtdlVersion

dtdlVersion: number

屬性值

number

繼承自ContentInfo.dtdlVersion

id

id: string

屬性值

string

繼承自 ContentInfo.id

languageVersion

languageVersion?: number

屬性值

number

繼承自ContentInfo.languageVersion

name

name?: string

屬性值

string

繼承自 ContentInfo.name

supplementalProperties

supplementalProperties: {[x: string]: any}

屬性值

{[x: string]: any}

繼承自ContentInfo.supplementalProperties

supplementalTypeIds

supplementalTypeIds: string[]

屬性值

string[]

繼承自ContentInfo.supplementalTypeIds

supplementalTypes

supplementalTypes: SupplementalTypeInfo[]

屬性值

繼承自ContentInfo.supplementalTypes

undefinedProperties

undefinedProperties: {[name: string]: any}

屬性值

{[name: string]: any}

繼承自ContentInfo.undefinedProperties

undefinedTypes

undefinedTypes: string[]

屬性值

string[]

繼承自ContentInfo.undefinedTypes

繼承的方法的詳細資料

validateInstance(string)

function validateInstance(instanceText: string): boolean

參數

instanceText

string

傳回

boolean

繼承自ContentInfo.validateInstance