Options that apply to the directory-related builder methods: HandlerBuilder.arrayToDirectory
and
HandlerBuilder.objectToDirectory
.
Note that the handlers
option is mandatory.
handlers: Iterable<ValueStorageHandler>
The handlers to consult when storing object contents. Required.
The optional name for the value storage handler. It is only informational and useful when debugging code with many handlers.
optional
defaultOptions: Readonly<ValueStorageHandlerOptions>
Default options to merge with those provided by the caller in the handler's
ValueStorageHandler.storeValue
implementation.