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