ComplexSchemaInfo interface

Rozszerzenie

Właściwości

entityKind

Właściwości dziedziczone

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

Metody dziedziczone

validateInstance(string)

Szczegóły właściwości

entityKind

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

Wartość właściwości

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

Szczegóły właściwości dziedziczonej

childOf

childOf: undefined | string

Wartość właściwości

undefined | string

Odziedziczone poSchemaInfo.childOf

comment

comment?: string

Wartość właściwości

string

Odziedziczone poSchemaInfo.comment

definedIn

definedIn: undefined | string

Wartość właściwości

undefined | string

Odziedziczone poSchemaInfo.definedIn

description

description?: LanguageStringType

Wartość właściwości

Odziedziczone poSchemaInfo.description

displayName

displayName?: LanguageStringType

Wartość właściwości

Odziedziczone poSchemaInfo.displayName

dtdlVersion

dtdlVersion: number

Wartość właściwości

number

Odziedziczone poSchemaInfo.dtdlVersion

id

id: string

Wartość właściwości

string

Odziedziczone poSchemaInfo.id

languageVersion

languageVersion?: number

Wartość właściwości

number

Odziedziczone poSchemaInfo.languageVersion

supplementalProperties

supplementalProperties: {[x: string]: any}

Wartość właściwości

{[x: string]: any}

Odziedziczone poSchemaInfo.supplementalProperties

supplementalTypeIds

supplementalTypeIds: string[]

Wartość właściwości

string[]

Dziedziczone zSchemaInfo.supplementalTypeIds

supplementalTypes

supplementalTypes: SupplementalTypeInfo[]

Wartość właściwości

Odziedziczone poSchemaInfo.supplementalTypes

undefinedProperties

undefinedProperties: {[name: string]: any}

Wartość właściwości

{[name: string]: any}

Odziedziczone poSchemaInfo.undefinedProperties

undefinedTypes

undefinedTypes: string[]

Wartość właściwości

string[]

Odziedziczone poSchemaInfo.undefinedTypes

Szczegóły metody dziedziczonej

validateInstance(string)

function validateInstance(instanceText: string): boolean

Parametry

instanceText

string

Zwraca

boolean

Odziedziczone poSchemaInfo.validateInstance