ConfigureOptions Function
Configures the global settings of the evCreate API.
Parameters
opt: EvCreateApiOptionsAn
EvCreateApiOptionsobject 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
EvCreateApiOptionsobject 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:
Call the
GetDefaultOptions()function to get anEvCreateApiOptionsobject with the default settings.Pass the
EvCreateApiOptionsobject with the default settings in aConfigureOptions()function call.