CommandInfo interface

Rozszerzenie

Właściwości

commandType
entityKind
request
response

Właściwości dziedziczone

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

Metody dziedziczone

validateInstance(string)

Szczegóły właściwości

commandType

commandType?: CommandTypeInfo

Wartość właściwości

entityKind

entityKind: "command"

Wartość właściwości

"command"

request

request?: CommandPayloadInfo

Wartość właściwości

response

response?: CommandPayloadInfo

Wartość właściwości

Szczegóły właściwości dziedziczonej

childOf

childOf: undefined | string

Wartość właściwości

undefined | string

Odziedziczone poContentInfo.childOf

comment

comment?: string

Wartość właściwości

string

Odziedziczone poContentInfo.comment

definedIn

definedIn: undefined | string

Wartość właściwości

undefined | string

Odziedziczone poContentInfo.definedIn

description

description?: LanguageStringType

Wartość właściwości

Odziedziczone poContentInfo.description

displayName

displayName?: LanguageStringType

Wartość właściwości

Odziedziczone poContentInfo.displayName

dtdlVersion

dtdlVersion: number

Wartość właściwości

number

Odziedziczone poContentInfo.dtdlVersion

id

id: string

Wartość właściwości

string

Odziedziczone poContentInfo.id

languageVersion

languageVersion?: number

Wartość właściwości

number

Odziedziczone poContentInfo.languageVersion

name

name?: string

Wartość właściwości

string

Odziedziczone poContentInfo.name

supplementalProperties

supplementalProperties: {[x: string]: any}

Wartość właściwości

{[x: string]: any}

Odziedziczone poContentInfo.supplementalProperties

supplementalTypeIds

supplementalTypeIds: string[]

Wartość właściwości

string[]

Odziedziczone poContentInfo.supplementalTypeIds

supplementalTypes

supplementalTypes: SupplementalTypeInfo[]

Wartość właściwości

Odziedziczone poContentInfo.supplementalTypes

undefinedProperties

undefinedProperties: {[name: string]: any}

Wartość właściwości

{[name: string]: any}

Odziedziczone poContentInfo.undefinedProperties

undefinedTypes

undefinedTypes: string[]

Wartość właściwości

string[]

Odziedziczone poContentInfo.undefinedTypes

Szczegóły metody dziedziczonej

validateInstance(string)

function validateInstance(instanceText: string): boolean

Parametry

instanceText

string

Zwraca

boolean

Odziedziczone poContentInfo.validateInstance