Partilhar via


SupplementalPropertyInfo interface

Interface que fornece informações sobre uma propriedade que pode ser aplicada a um elemento DTDL que tem um tipo suplementar.

Propriedades

dictionaryKey
instanceProperty
isOptional
isPlural
maxCount
minCount
type
valueConstraint

Detalhes de Propriedade

dictionaryKey

dictionaryKey?: string

Valor de Propriedade

string

instanceProperty

instanceProperty?: string

Valor de Propriedade

string

isOptional

isOptional: boolean

Valor de Propriedade

boolean

isPlural

isPlural: boolean

Valor de Propriedade

boolean

maxCount

maxCount?: number

Valor de Propriedade

number

minCount

minCount?: number

Valor de Propriedade

number

type

type: string

Valor de Propriedade

string

valueConstraint

valueConstraint?: ValueConstraint

Valor de Propriedade