The options used to initialize a ConfigWithDefaults object.

interface IOptions {
    className?: string;
    defaults?: JSONObject;
    section: IConfigSection;
}

Properties

className?: string

The optional classname namespace.

defaults?: JSONObject

The default values.

The configuration section.