IDisplayedValue Interface
Provides information about property values.
Declaration
export interface IDisplayedValue extends ILocalizableValue
Properties
value Property
Specifies an actual property value.
Declaration
value: any
Property Value
| Type | Description |
|---|---|
| any | An actual property value. |