Home > @uniformdev/canvas > getLocalizedPropertyValues
getLocalizedPropertyValues() function
Get the localized values of a component parameter or a field attached to an Entry, Block or Asset.
The values are returned as a Map where the key is the locale, or undefined for the non-localized parameter.
Signature:
Parameters
Parameter | Type | Description |
---|---|---|
parameter | T |
Returns:
Map<string | undefined, TValue>