NorskSystem.setGlobalOptions() method

Set global options that affect automatic conversion behaviour. Only supplied fields are changed; omitted fields retain their current (or default) values. Changes take effect on future subscriptions only.

Signature:

setGlobalOptions(options: GlobalOptions): Promise<void>;

Parameters

Parameter Type Description

options

GlobalOptions

Returns:

Promise<void>

Find Examples