CommandPayloadInfo interface

Extends

Vlastnosti

entityKind

Zděděné vlastnosti

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

Zděděné metody

validateInstance(string)

Podrobnosti vlastnosti

entityKind

entityKind: "commandpayload" | "commandrequest" | "commandresponse"

Hodnota vlastnosti

"commandpayload" | "commandrequest" | "commandresponse"

Podrobnosti zděděných vlastností

childOf

childOf: undefined | string

Hodnota vlastnosti

undefined | string

Zděděno zSchemaFieldInfo.childOf

comment

comment?: string

Hodnota vlastnosti

string

Zděděno zSchemaFieldInfo.comment

definedIn

definedIn: undefined | string

Hodnota vlastnosti

undefined | string

Zděděno zSchemaFieldInfo.definedIn

description

description?: LanguageStringType

Hodnota vlastnosti

Zděděno zSchemaFieldInfo.description

displayName

displayName?: LanguageStringType

Hodnota vlastnosti

Zděděno zSchemaFieldInfo.displayName

dtdlVersion

dtdlVersion: number

Hodnota vlastnosti

number

Zděděno zSchemaFieldInfo.dtdlVersion

id

id: string

Hodnota vlastnosti

string

Zděděno odSchemaFieldInfo.id

languageVersion

languageVersion?: number

Hodnota vlastnosti

number

Zděděno zSchemaFieldInfo.languageVersion

name

name?: string

Hodnota vlastnosti

string

Zděděno poSchemaFieldInfo.name

schema

schema?: SchemaInfo

Hodnota vlastnosti

Zděděno zSchemaFieldInfo.schema

supplementalProperties

supplementalProperties: {[x: string]: any}

Hodnota vlastnosti

{[x: string]: any}

Zděděno zSchemaFieldInfo.supplementalProperties

supplementalTypeIds

supplementalTypeIds: string[]

Hodnota vlastnosti

string[]

Zděděno zSchemaFieldInfo.supplementalTypeIds

supplementalTypes

supplementalTypes: SupplementalTypeInfo[]

Hodnota vlastnosti

Zděděno zSchemaFieldInfo.supplementalTypes

undefinedProperties

undefinedProperties: {[name: string]: any}

Hodnota vlastnosti

{[name: string]: any}

Zděděno zSchemaFieldInfo.undefinedProperties

undefinedTypes

undefinedTypes: string[]

Hodnota vlastnosti

string[]

Zděděno zSchemaFieldInfo.undefinedTypes

Podrobnosti zděděných metod

validateInstance(string)

function validateInstance(instanceText: string): boolean

Parametry

instanceText

string

Návraty

boolean

Zděděno zSchemaFieldInfo.validateInstance