Home > @uniformdev/canvas > getEffectivePropertyValue

getEffectivePropertyValue() function

Resolves the effective value of a property given a locale and/or condition index

Signature:

declare function getEffectivePropertyValue<TValue>({ property, conditionIndex, locale, strict, greedyLocaleMatching, }: GetEffectivePropertyValueOptions<TValue>): TValue | undefined;

Parameters

ParameterTypeDescription
{ property, conditionIndex, locale, strict, greedyLocaleMatching, }GetEffectivePropertyValueOptions<TValue>

Returns:

TValue | undefined