ObjectInfo interface

Extends

プロパティ

entityKind
fields

継承されたプロパティ

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

継承されたメソッド

validateInstance(string)

プロパティの詳細

entityKind

entityKind: "object"

プロパティ値

"object"

fields

fields?: FieldInfo[]

プロパティ値

継承されたプロパティの詳細

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