SchemaFieldInfo interface

Extends

屬性

entityKind
schema

繼承的屬性

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

繼承的方法

validateInstance(string)

屬性詳細資料

entityKind

entityKind: "commandpayload" | "commandrequest" | "commandresponse" | "field" | "mapvalue"

屬性值

"commandpayload" | "commandrequest" | "commandresponse" | "field" | "mapvalue"

schema

schema?: SchemaInfo

屬性值

繼承的屬性詳細資料

childOf

childOf: undefined | string

屬性值

undefined | string

繼承自NamedEntityInfo.childOf

comment

comment?: string

屬性值

string

繼承自NamedEntityInfo.comment

definedIn

definedIn: undefined | string

屬性值

undefined | string

繼承自NamedEntityInfo.definedIn

description

description?: LanguageStringType

屬性值

繼承自NamedEntityInfo.description

displayName

displayName?: LanguageStringType

屬性值

繼承自NamedEntityInfo.displayName

dtdlVersion

dtdlVersion: number

屬性值

number

繼承自NamedEntityInfo.dtdlVersion

id

id: string

屬性值

string

繼承自 NamedEntityInfo.id

languageVersion

languageVersion?: number

屬性值

number

繼承自NamedEntityInfo.languageVersion

name

name?: string

屬性值

string

繼承自 NamedEntityInfo.name

supplementalProperties

supplementalProperties: {[x: string]: any}

屬性值

{[x: string]: any}

繼承自NamedEntityInfo.supplementalProperties

supplementalTypeIds

supplementalTypeIds: string[]

屬性值

string[]

繼承自NamedEntityInfo.supplementalTypeIds

supplementalTypes

supplementalTypes: SupplementalTypeInfo[]

屬性值

繼承自NamedEntityInfo.supplementalTypes

undefinedProperties

undefinedProperties: {[name: string]: any}

屬性值

{[name: string]: any}

繼承自NamedEntityInfo.undefinedProperties

undefinedTypes

undefinedTypes: string[]

屬性值

string[]

繼承自NamedEntityInfo.undefinedTypes

繼承的方法的詳細資料

validateInstance(string)

function validateInstance(instanceText: string): boolean

參數

instanceText

string

傳回

boolean

繼承自NamedEntityInfo.validateInstance