Mutable registry of the ID generation functions used internally by JSON Forms.
Adopters can override one or more of these methods to provide a custom HTML
ID strategy (e.g. for performance reasons or to integrate with an existing
scheme). Reassigning the methods only affects callers that go through this
object; the standalone createId, removeId and clearAllIds exports
always invoke the default implementations.
Mutable registry of the ID generation functions used internally by JSON Forms.
Adopters can override one or more of these methods to provide a custom HTML ID strategy (e.g. for performance reasons or to integrate with an existing scheme). Reassigning the methods only affects callers that go through this object; the standalone
createId,removeIdandclearAllIdsexports always invoke the default implementations.