Module: opensearch/config

Members

(inner, constant) globalConfig

The global configuration.
Source:

Methods

(static) config(valuesopt) → {object}

Retrieve config values or set one or more config values at once.
Parameters:
Name Type Attributes Description
values object <optional>
The new values to set. If omitted, just return the current configuration.
Source:
Returns:
The current configuration.
Type
object