ArrayInfo interface

Extends

Proprietà

elementSchema
entityKind

Proprietà ereditate

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

Metodi ereditati

validateInstance(string)

Dettagli proprietà

elementSchema

elementSchema?: SchemaInfo

Valore della proprietà

entityKind

entityKind: "array"

Valore della proprietà

"array"

Dettagli proprietà ereditate

childOf

childOf: undefined | string

Valore della proprietà

undefined | string

Ereditato daComplexSchemaInfo.childOf

comment

comment?: string

Valore della proprietà

string

Ereditato daComplexSchemaInfo.comment

definedIn

definedIn: undefined | string

Valore della proprietà

undefined | string

Ereditato daComplexSchemaInfo.definedIn

description

description?: LanguageStringType

Valore della proprietà

Ereditato daComplexSchemaInfo.description

displayName

displayName?: LanguageStringType

Valore della proprietà

Ereditato daComplexSchemaInfo.displayName

dtdlVersion

dtdlVersion: number

Valore della proprietà

number

Ereditato daComplexSchemaInfo.dtdlVersion

id

id: string

Valore della proprietà

string

ereditato daComplexSchemaInfo.id

languageVersion

languageVersion?: number

Valore della proprietà

number

Ereditato daComplexSchemaInfo.languageVersion

supplementalProperties

supplementalProperties: {[x: string]: any}

Valore della proprietà

{[x: string]: any}

Ereditato daComplexSchemaInfo.supplementalProperties

supplementalTypeIds

supplementalTypeIds: string[]

Valore della proprietà

string[]

Ereditato daComplexSchemaInfo.supplementalTypeIds

supplementalTypes

supplementalTypes: SupplementalTypeInfo[]

Valore della proprietà

Ereditato daComplexSchemaInfo.supplementalTypes

undefinedProperties

undefinedProperties: {[name: string]: any}

Valore della proprietà

{[name: string]: any}

Ereditato daComplexSchemaInfo.undefinedProperties

undefinedTypes

undefinedTypes: string[]

Valore della proprietà

string[]

Ereditato daComplexSchemaInfo.undefinedTypes

Dettagli dei metodi ereditati

validateInstance(string)

function validateInstance(instanceText: string): boolean

Parametri

instanceText

string

Restituisce

boolean

Ereditato daComplexSchemaInfo.validateInstance