Options
All
  • Public
  • Public/Protected
  • All
Menu

The instantiation options for a setting registry

Hierarchy

  • IOptions

Index

Properties

connector

connector: IDataConnector<IPlugin, string, string, string>

The data connector used by the setting registry.

Optional plugins

plugins: IPlugin[]

Preloaded plugin data to populate the setting registry.

Optional timeout

timeout: number

The number of milliseconds before a load() call to the registry waits before timing out if it requires a transformation that has not been registered.

Notes

The default value is 7000.

Optional validator

validator: ISchemaValidator

The validator used to enforce the settings JSON schema.

Generated using TypeDoc