Home > @i2analyze/notebook-sdk > data > IFormattingOptions
data.IFormattingOptions interface
A set of options for the formatting functions in IFormatter.
Signature:
interface IFormattingOptions
Introduced: version 1.0
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
showMillis? | readonly |
'never' | 'always' | 'ifpresent' | (Optional) Gets a value indicating whether to show milliseconds in formatted time and date-time values. |
useGrouping? | readonly |
boolean | (Optional) Indicates whether numbers should be formatted with or without grouping separators. |