SignaturesEditor.Currencies

Syntax

Currencies: Array;

Description

The Currencies property determines array of used units in the currency format.

Comments

Use JSON or the setCurrencies method to set the property value, and the getCurrencies method to get the property value.

Contains objects with fields:

{
  Name: String, //Currency name.
  Prefix: String, //Currency prefix.
  Postfix: String, //Currency postfix.
}

Example

The property use is given in description of the SignaturesEditor.Items property.

See also:

SignaturesEditor