CommandInfo interface

Extends

Vlastnosti

commandType
entityKind
request
response

Zděděné vlastnosti

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

Zděděné metody

validateInstance(string)

Podrobnosti vlastnosti

commandType

commandType?: CommandTypeInfo

Hodnota vlastnosti

entityKind

entityKind: "command"

Hodnota vlastnosti

"command"

request

request?: CommandPayloadInfo

Hodnota vlastnosti

response

response?: CommandPayloadInfo

Hodnota vlastnosti

Podrobnosti zděděných vlastností

childOf

childOf: undefined | string

Hodnota vlastnosti

undefined | string

Zděděno zContentInfo.childOf

comment

comment?: string

Hodnota vlastnosti

string

Zděděno zContentInfo.comment

definedIn

definedIn: undefined | string

Hodnota vlastnosti

undefined | string

Zděděno zContentInfo.definedIn

description

description?: LanguageStringType

Hodnota vlastnosti

Zděděno zContentInfo.description

displayName

displayName?: LanguageStringType

Hodnota vlastnosti

Zděděno zContentInfo.displayName

dtdlVersion

dtdlVersion: number

Hodnota vlastnosti

number

Zděděno zContentInfo.dtdlVersion

id

id: string

Hodnota vlastnosti

string

Zděděno poContentInfo.id

languageVersion

languageVersion?: number

Hodnota vlastnosti

number

Zděděno zContentInfo.languageVersion

name

name?: string

Hodnota vlastnosti

string

Zděděno odContentInfo.name

supplementalProperties

supplementalProperties: {[x: string]: any}

Hodnota vlastnosti

{[x: string]: any}

Zděděno zContentInfo.supplementalProperties

supplementalTypeIds

supplementalTypeIds: string[]

Hodnota vlastnosti

string[]

Zděděno zContentInfo.supplementalTypeIds

supplementalTypes

supplementalTypes: SupplementalTypeInfo[]

Hodnota vlastnosti

Zděděno zContentInfo.supplementalTypes

undefinedProperties

undefinedProperties: {[name: string]: any}

Hodnota vlastnosti

{[name: string]: any}

Zděděno zContentInfo.undefinedProperties

undefinedTypes

undefinedTypes: string[]

Hodnota vlastnosti

string[]

Zděděno zContentInfo.undefinedTypes

Podrobnosti zděděných metod

validateInstance(string)

function validateInstance(instanceText: string): boolean

Parametry

instanceText

string

Návraty

boolean

Zděděno zContentInfo.validateInstance