ReadonlydoThe API for performing actions on NumberFormat elements, such as changing the value or the options.
The API is available via $.xutil.numberFormat.do.
ReadonlyformatterThe API for formatting and parsing numerical values, independent of any NumberFormat element.
The API is available via $.xutil.numberFormat.formatter.
ReadonlygetThe API for getting information from NumberFormat elements, such as the current value.
The API is available via $.xutil.numberFormat.get.
ReadonlylifecycleThe API for the lifecycle of NumberFormat elements, such as initialization and destruction.
The API is available via $.xutil.numberFormat.lifecycle.
ReadonlyporcelainThe API for the porcelain layer of NumberFormat elements, such as accessing the underlying library. Note that this API is fragile and may change at any time without notice.
The API is available via $.xutil.numberFormat.porcelain.
The entry point the NumberFormat picker API. NumberFormat enhances input fields with number formatting and validation. When a user input a number, the input field is automatically formatted according to the configured options.