normalizedValue
Home > @gooddata/sdk-model > IResultAttributeHeaderItem > normalizedValue
IResultAttributeHeaderItem.normalizedValue property
Normalized value of attribute element.
Signature:
normalizedValue?: string;
Remarks
This property holds the normalized form of value property in case of attributes if its differ from name property. Its used by date attributes for example when normalized value can hold ISO string of date. Its related to type of attribute and can differ for different implementations.