IDisplayedValue Interface
Provides information about property values.
Declaration
export interface IDisplayedValue
Properties
displayValue Property
Specifies a value displayed by a property editor.
Declaration
displayValue: string
Property Value
Type | Description |
---|---|
string | An editor value. |
localizationId Property
Specifies the localization ID.
Declaration
localizationId?: string
Property Value
Type | Description |
---|---|
string | Localization ID. |
value Property
Specifies an actual property value.
Declaration
value: any
Property Value
Type | Description |
---|---|
any | An actual property value. |