ArrayInfo interface

Extends

屬性

elementSchema
entityKind

繼承的屬性

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

繼承的方法

validateInstance(string)

屬性詳細資料

elementSchema

elementSchema?: SchemaInfo

屬性值

entityKind

entityKind: "array"

屬性值

"array"

繼承的屬性詳細資料

childOf

childOf: undefined | string

屬性值

undefined | string

繼承自ComplexSchemaInfo.childOf

comment

comment?: string

屬性值

string

繼承自ComplexSchemaInfo.comment

definedIn

definedIn: undefined | string

屬性值

undefined | string

繼承自ComplexSchemaInfo.definedIn

description

description?: LanguageStringType

屬性值

繼承自ComplexSchemaInfo.description

displayName

displayName?: LanguageStringType

屬性值

繼承自ComplexSchemaInfo.displayName

dtdlVersion

dtdlVersion: number

屬性值

number

繼承自ComplexSchemaInfo.dtdlVersion

id

id: string

屬性值

string

繼承自 ComplexSchemaInfo.id

languageVersion

languageVersion?: number

屬性值

number

繼承自ComplexSchemaInfo.languageVersion

supplementalProperties

supplementalProperties: {[x: string]: any}

屬性值

{[x: string]: any}

繼承自ComplexSchemaInfo.supplementalProperties

supplementalTypeIds

supplementalTypeIds: string[]

屬性值

string[]

繼承自ComplexSchemaInfo.supplementalTypeIds

supplementalTypes

supplementalTypes: SupplementalTypeInfo[]

屬性值

繼承自ComplexSchemaInfo.supplementalTypes

undefinedProperties

undefinedProperties: {[name: string]: any}

屬性值

{[name: string]: any}

繼承自ComplexSchemaInfo.undefinedProperties

undefinedTypes

undefinedTypes: string[]

屬性值

string[]

繼承自ComplexSchemaInfo.undefinedTypes

繼承的方法的詳細資料

validateInstance(string)

function validateInstance(instanceText: string): boolean

參數

instanceText

string

傳回

boolean

繼承自ComplexSchemaInfo.validateInstance