ReadonlydestroyDestroys the existing NumberFormat instance for all given elements.
The element to destroy the instance for.
ReadonlyhasChecks if the first of the given elements has an NumberFormat instance.
The element to check.
True if the element has an NumberFormat instance, false otherwise.
ReadonlyinitializeInitializes the NumberFormat feature for the given element.
The element to initialize the feature for.
Optionaloptions: Partial<NumberFormatOptions>The options to use for the feature.
The ID of the newly created NumberFormat instance.
The API for the lifecycle of NumberFormat elements, such as initialization and destruction.
The API is available via
$.xutil.numberFormat.lifecycle.