ComplexSchemaInfo interface

Extends

Proprietà

entityKind

Proprietà ereditate

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

Metodi ereditati

validateInstance(string)

Dettagli proprietà

entityKind

entityKind: "object" | "array" | "enum" | "map"

Valore della proprietà

"object" | "array" | "enum" | "map"

Dettagli proprietà ereditate

childOf

childOf: undefined | string

Valore della proprietà

undefined | string

Ereditato daSchemaInfo.childOf

comment

comment?: string

Valore della proprietà

string

Ereditato daSchemaInfo.comment

definedIn

definedIn: undefined | string

Valore della proprietà

undefined | string

Ereditato daSchemaInfo.definedIn

description

description?: LanguageStringType

Valore della proprietà

Ereditato daSchemaInfo.description

displayName

displayName?: LanguageStringType

Valore della proprietà

Ereditato daSchemaInfo.displayName

dtdlVersion

dtdlVersion: number

Valore della proprietà

number

Ereditato daSchemaInfo.dtdlVersion

id

id: string

Valore della proprietà

string

ereditato daSchemaInfo.id

languageVersion

languageVersion?: number

Valore della proprietà

number

Ereditato daSchemaInfo.languageVersion

supplementalProperties

supplementalProperties: {[x: string]: any}

Valore della proprietà

{[x: string]: any}

Ereditato daSchemaInfo.supplementalProperties

supplementalTypeIds

supplementalTypeIds: string[]

Valore della proprietà

string[]

Ereditato daSchemaInfo.supplementalTypeIds

supplementalTypes

supplementalTypes: SupplementalTypeInfo[]

Valore della proprietà

Ereditato daSchemaInfo.supplementalTypes

undefinedProperties

undefinedProperties: {[name: string]: any}

Valore della proprietà

{[name: string]: any}

Ereditato daSchemaInfo.undefinedProperties

undefinedTypes

undefinedTypes: string[]

Valore della proprietà

string[]

Ereditato daSchemaInfo.undefinedTypes

Dettagli dei metodi ereditati

validateInstance(string)

function validateInstance(instanceText: string): boolean

Parametri

instanceText

string

Restituisce

boolean

Ereditato daSchemaInfo.validateInstance