Options
All
  • Public
  • Public/Protected
  • All
Menu

The enumeration which decides what unit to use when converting to a string.

Index

Enumeration members

Enumeration members

GIVEN

GIVEN:

This value will ensure the unit exactly as the user entered it is used in the output no matter whether the value's plurality matches the given unit's plurality.

see

Value.unit

LONG

LONG:

This value will force the long versions of the unit to be used.

see

Group.singularLong

see

Group.pluralLong

NONE

NONE:

This value will keep units from being displayed.

SHORT

SHORT:

This value will force the short versions of the unit to be used.

see

Group.singularShort

see

Group.pluralShort

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc