Skip to content

Numeral

numeral

Description

Convert the value in numeric in provided format for more refer http://numeraljs.com/#format

Attributes

  • title
  • $display.expression: provide expression
  • $display.format: Provide display format
{
  "type": "string",
  "$capture": {},
  "$display": {
    "as": "numeral",
    "expression": "10000.23",
    "format":"+0,0"
  },
  "title": "Numeral test"
}