exportSettings
Sets export options. Currently used to specify whether all markup or only the current user's markup is included with the export.
Syntax
RxCore.exportSettings(settings)
Parameters
settings: object — Configuration options for exporting, including:includeAllMarkup: boolean — Set totrueto include all markup, orfalseto include only the current user's markup.
Returns
- NA — This method does not return a value.