measureFormat()
Home > @gooddata/sdk-model > measureFormat
measureFormat() function
Gets measure format.
Signature:
export declare function measureFormat(measure: IMeasure): string | undefined;
Parameters
| Parameter | Type | Description | 
|---|---|---|
| measure | measure to get the format of | 
Returns:
string | undefined
measure format if specified, undefined otherwise