Skip to main content

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 to true to include all markup, or false to include only the current user's markup.

Returns

  • NA — This method does not return a value.