ObjectInfo interface

Extends

Vlastnosti

entityKind
fields

Zděděné vlastnosti

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

Zděděné metody

validateInstance(string)

Podrobnosti vlastnosti

entityKind

entityKind: "object"

Hodnota vlastnosti

"object"

fields

fields?: FieldInfo[]

Hodnota vlastnosti

Podrobnosti zděděných vlastností

childOf

childOf: undefined | string

Hodnota vlastnosti

undefined | string

Zděděno zComplexSchemaInfo.childOf

comment

comment?: string

Hodnota vlastnosti

string

Zděděno zComplexSchemaInfo.comment

definedIn

definedIn: undefined | string

Hodnota vlastnosti

undefined | string

Zděděno zComplexSchemaInfo.definedIn

description

description?: LanguageStringType

Hodnota vlastnosti

Zděděno zComplexSchemaInfo.description

displayName

displayName?: LanguageStringType

Hodnota vlastnosti

Zděděno zComplexSchemaInfo.displayName

dtdlVersion

dtdlVersion: number

Hodnota vlastnosti

number

Zděděno zComplexSchemaInfo.dtdlVersion

id

id: string

Hodnota vlastnosti

string

Zděděno poComplexSchemaInfo.id

languageVersion

languageVersion?: number

Hodnota vlastnosti

number

Zděděno zComplexSchemaInfo.languageVersion

supplementalProperties

supplementalProperties: {[x: string]: any}

Hodnota vlastnosti

{[x: string]: any}

Zděděno zComplexSchemaInfo.supplementalProperties

supplementalTypeIds

supplementalTypeIds: string[]

Hodnota vlastnosti

string[]

Zděděno zComplexSchemaInfo.supplementalTypeIds

supplementalTypes

supplementalTypes: SupplementalTypeInfo[]

Hodnota vlastnosti

Zděděno zComplexSchemaInfo.supplementalTypes

undefinedProperties

undefinedProperties: {[name: string]: any}

Hodnota vlastnosti

{[name: string]: any}

Zděděno zComplexSchemaInfo.undefinedProperties

undefinedTypes

undefinedTypes: string[]

Hodnota vlastnosti

string[]

Zděděno zComplexSchemaInfo.undefinedTypes

Podrobnosti zděděných metod

validateInstance(string)

function validateInstance(instanceText: string): boolean

Parametry

instanceText

string

Návraty

boolean

Zděděno zComplexSchemaInfo.validateInstance