FormattingSettings
Defined in: packages/engine/src/format/FormattingSettings.ts:5
Minimal formatting settings interface for the engine This allows the engine to format values without depending on app-specific settings
Properties
Section titled “Properties”floatResult
Section titled “floatResult”floatResult: { decimalPlaces: number; enableSeperator: boolean;};Defined in: packages/engine/src/format/FormattingSettings.ts:6
decimalPlaces
Section titled “decimalPlaces”decimalPlaces: number;enableSeperator
Section titled “enableSeperator”enableSeperator: boolean;hexResult
Section titled “hexResult”hexResult: { enablePadding: boolean; paddingZeros: number;};Defined in: packages/engine/src/format/FormattingSettings.ts:13
enablePadding
Section titled “enablePadding”enablePadding: boolean;paddingZeros
Section titled “paddingZeros”paddingZeros: number;numberResult
Section titled “numberResult”numberResult: { decimalSeparatorLocale: string;};Defined in: packages/engine/src/format/FormattingSettings.ts:10
decimalSeparatorLocale
Section titled “decimalSeparatorLocale”decimalSeparatorLocale: string;percentageResult
Section titled “percentageResult”percentageResult: { decimalPlaces: number;};Defined in: packages/engine/src/format/FormattingSettings.ts:20
decimalPlaces
Section titled “decimalPlaces”decimalPlaces: number;unitOfMeasurementResult
Section titled “unitOfMeasurementResult”unitOfMeasurementResult: { decimalPlaces: number;};Defined in: packages/engine/src/format/FormattingSettings.ts:17
decimalPlaces
Section titled “decimalPlaces”decimalPlaces: number;