evCreate API 5.7 Help

ConfigureOptions Function

Configures the global settings of the evCreate API.

ConfigureOptions(opt: [[[EvCreateApiOptions|evcreateapioptions-interface.html]]]): Promise<[[[EvCreateApiOptions|evcreateapioptions-interface.html]]]>

Parameters

opt: EvCreateApiOptions

An EvCreateApiOptions object with the new values of the global configuration properties of the evCreate API to be set in a given function call. The properties are optional—you should specify only those you want to change. Unspecified properties will not be changed in the call.

Return value

Promise<EvCreateApiOptions>

A Promise that, if fulfilled, resolves to an EvCreateApiOptions object with all the global configuration properties and values of the evCreate API set after the function call.

Discussion

To reset the default settings of the evCreate API:

  1. Call the GetDefaultOptions() function to get an EvCreateApiOptions object with the default settings.

  2. Pass the EvCreateApiOptions object with the default settings in a ConfigureOptions() function call.

06 March 2025