Home > @uniformdev/canvas > GetEffectivePropertyValueOptions
GetEffectivePropertyValueOptions type
Signature:
type GetEffectivePropertyValueOptions<TValue> = {
property: ComponentParameter<TValue> | undefined;
locale: string | undefined;
conditionIndex: number;
strict?: boolean;
greedyLocaleMatching?: boolean;
};
References: ComponentParameter