Share via


SupplementalPropertyInfo interface

Interface that provides information about a property that can be applied to a DTDL element that has a supplemental type.

Properties

dictionaryKey
instanceProperty
isOptional
isPlural
maxCount
minCount
type
valueConstraint

Property Details

dictionaryKey

dictionaryKey?: string

Property Value

string

instanceProperty

instanceProperty?: string

Property Value

string

isOptional

isOptional: boolean

Property Value

boolean

isPlural

isPlural: boolean

Property Value

boolean

maxCount

maxCount?: number

Property Value

number

minCount

minCount?: number

Property Value

number

type

type: string

Property Value

string

valueConstraint

valueConstraint?: ValueConstraint

Property Value