Interface: IConfigurationOptions

Configuration options passed to the ReviewInterface constructor

Properties

developerMode?

optionaldeveloperMode: boolean

Optional - Developer Mode flag


elementId

elementId: string

ID of the DOM element where the Review Interface should be rendered


enabledViewerTypes?

optionalenabledViewerTypes: string[]

Optional - Viewer types that should be enabled


enableUrlRouting?

optionalenableUrlRouting: boolean

Optional - Determines whether the URL will be updated on navigation and whether the URL can drive navigation


instanceSettings

instanceSettings: IInstanceSettings

Optional - Relativity Instance Settings that can be overridden


interfaceConfiguration?

optionalinterfaceConfiguration: InterfaceConfiguration

Interface Configuration Type


monitoring?

optionalmonitoring: IMonitoringConfigration

Optional - Monitoring configuration

This is used to provide monitoring data to the Review Interface, such as whether the Review Interface is being opened as the initial participant in page base.

This can be used to determine if the Review Interface should report a "cold load" metric.


performanceReportOptions

performanceReportOptions: IReportOptions

Optional - Performance metrics reporting settings


relativity

relativity: IRelativityConfiguration

Relativity configuration


reviewMode?

optionalreviewMode: ReviewMode

Optional - Determines whether the coding card is in view or edit mode


signalRTransportMethod

signalRTransportMethod: string

Optional - Transport Settings to attempt when connecting to SignalR


staticContentPath?

optionalstaticContentPath: string

Optional - This path will be appended to the relative path of static content


testingMode?

optionaltestingMode: boolean

Optional - Testing Mode flag