Share via


MapValueInfo interface

Extends

Properties

entityKind

Inherited Properties

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

Inherited Methods

validateInstance(string)

Property Details

entityKind

entityKind: "mapvalue"

Property Value

"mapvalue"

Inherited Property Details

childOf

childOf: undefined | string

Property Value

undefined | string

Inherited From SchemaFieldInfo.childOf

comment

comment?: string

Property Value

string

Inherited From SchemaFieldInfo.comment

definedIn

definedIn: undefined | string

Property Value

undefined | string

Inherited From SchemaFieldInfo.definedIn

description

description?: LanguageStringType

Property Value

Inherited From SchemaFieldInfo.description

displayName

displayName?: LanguageStringType

Property Value

Inherited From SchemaFieldInfo.displayName

dtdlVersion

dtdlVersion: number

Property Value

number

Inherited From SchemaFieldInfo.dtdlVersion

id

id: string

Property Value

string

Inherited From SchemaFieldInfo.id

languageVersion

languageVersion?: number

Property Value

number

Inherited From SchemaFieldInfo.languageVersion

name

name?: string

Property Value

string

Inherited From SchemaFieldInfo.name

schema

schema?: SchemaInfo

Property Value

Inherited From SchemaFieldInfo.schema

supplementalProperties

supplementalProperties: {[x: string]: any}

Property Value

{[x: string]: any}

Inherited From SchemaFieldInfo.supplementalProperties

supplementalTypeIds

supplementalTypeIds: string[]

Property Value

string[]

Inherited From SchemaFieldInfo.supplementalTypeIds

supplementalTypes

supplementalTypes: SupplementalTypeInfo[]

Property Value

Inherited From SchemaFieldInfo.supplementalTypes

undefinedProperties

undefinedProperties: {[name: string]: any}

Property Value

{[name: string]: any}

Inherited From SchemaFieldInfo.undefinedProperties

undefinedTypes

undefinedTypes: string[]

Property Value

string[]

Inherited From SchemaFieldInfo.undefinedTypes

Inherited Method Details

validateInstance(string)

function validateInstance(instanceText: string): boolean

Parameters

instanceText

string

Returns

boolean

Inherited From SchemaFieldInfo.validateInstance