SupplementalPropertyInfo interface

補足型を持つ DTDL 要素に適用できるプロパティに関する情報を提供するインターフェイス。

プロパティ

dictionaryKey
instanceProperty
isOptional
isPlural
maxCount
minCount
type
valueConstraint

プロパティの詳細

dictionaryKey

dictionaryKey?: string

プロパティ値

string

instanceProperty

instanceProperty?: string

プロパティ値

string

isOptional

isOptional: boolean

プロパティ値

boolean

isPlural

isPlural: boolean

プロパティ値

boolean

maxCount

maxCount?: number

プロパティ値

number

minCount

minCount?: number

プロパティ値

number

type

type: string

プロパティ値

string

valueConstraint

valueConstraint?: ValueConstraint

プロパティ値