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 totrue
to include all markup, orfalse
to include only the current user's markup.
Returns
- NA — This method does not return a value.