Select which layer is the currently active layer.
True if you want the user layer.
True if you want the global layer.
The directory to which you want to set the file path for this layer.
Finds the highest priority layer where a profile is stored.
Profile name to search for
User and global properties, or undefined if profile does not exist
Gets a json object that represents the currently active layer.
The json object
Merge properties from the supplied Config object into the active layer. If dryRun is specified, merge is applied to a copy of the layer and returned. If dryRun is not specified, merge is applied directly to the layer and nothing is returned.
The Config object to merge.
The merged config layer or void
Read a config layer from disk into memory for application use.
The user and global flags that indicate which of the four config files (aka layers) is to be read.
Set the the currently active layer to the supplied json object.
Write a config layer to disk.
The user and global flags that indicate which of the four config files (aka layers) is to be written.
Generated using TypeDoc
API Class for manipulating config layers.