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. |
sample |
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