rovalra
    Preparing search index...

    Variable ROBUX_FIAT_SETTINGS_DEFAULTSConst

    ROBUX_FIAT_SETTINGS_DEFAULTS: {
        robuxFiatDisplayCurrency: string;
        robuxFiatEstimateBold: boolean;
        robuxFiatEstimateColor: string;
        robuxFiatEstimateGradient: {
            angle: number;
            color1: string;
            color2: string;
            enabled: boolean;
            fade: number;
        };
        robuxFiatEstimateItalic: boolean;
        robuxFiatEstimatesEnabled: boolean;
        robuxFiatEstimateStyleMode: string;
        robuxFiatRateMode: string;
    } = ...

    Type Declaration

    • robuxFiatDisplayCurrency: string
    • robuxFiatEstimateBold: boolean
    • robuxFiatEstimateColor: string
    • robuxFiatEstimateGradient: {
          angle: number;
          color1: string;
          color2: string;
          enabled: boolean;
          fade: number;
      }
    • robuxFiatEstimateItalic: boolean
    • robuxFiatEstimatesEnabled: boolean
    • robuxFiatEstimateStyleMode: string
    • robuxFiatRateMode: string