Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

IDynamicDataAnnotatedPropertyValue interface

Describes the value and the structure of a property value. It contains sample value of the property and the metadata describing the structure of that value.

Properties

metadata

Metadata describing the sample value of the property.

sampleValue

Sample value of a property

Property Details

metadata

Metadata describing the sample value of the property.

metadata?: IDynamicDataPropertyValueMetadataCollection;

Property Value

sampleValue

Sample value of a property

sampleValue: any;

Property Value

any