format
Home > @gooddata/sdk-ui-filters > IMeasureValueFilterCommonProps > format
IMeasureValueFilterCommonProps.format property
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Number format pattern for the measure (e.g., "#,##0.00", "$#,##0", etc.). When provided, values in the preview section will be formatted using this pattern. If not provided, falls back to simple number formatting with separators.
Signature:
format?: string;