formcycle 8.4.0 - JavaScript for forms
    Preparing search index...

    Type Alias NumberFormatSignumSignPlacement

    NumberFormatSignumSignPlacement: "before-unit" | "after-unit" | "start" | "end"

    Where to place the signum sign that indicates whether a number is positive or negative.

    • before-unit - Place the signum sign before the unit sign, e.g. -$1,234.56 or 1,234.56-$.
    • after-unit - Place the signum sign after the unit sign, e.g. $-1,234.56 or 1,234.56$-.
    • start - Place the signum sign at the very beginning, e.g. -$1,234.56 or -1,234.56$.
    • end - Place the signum sign at the very end, e.g. $1,234.56- or 1,234.56$-.