UnitDisplay enum
Available unit display options when using NumberFormatStyle.Unit.
Signature:
export declare enum UnitDisplay
Enumeration Members
Member | Value | Description |
---|---|---|
Long | "long" | Use a long formatting, for example "1024 bytes". |
Narrow | "narrow" | Use a narrow formatting, for example "1024 byte". |
Short | "short" | Use a short formatting, for example "1024B" (default). |