Interface: IConfigurationOptions
Configuration options passed to the ReviewInterface constructor
Properties
developerMode?
optional
developerMode: boolean
Optional - Developer Mode flag
elementId
elementId: string
ID of the DOM element where the Review Interface should be rendered
enabledViewerTypes?
optional
enabledViewerTypes: string
[]
Optional - Viewer types that should be enabled
enableUrlRouting?
optional
enableUrlRouting: 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?
optional
interfaceConfiguration: InterfaceConfiguration
Interface Configuration Type
monitoring?
optional
monitoring: 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: IReportOptions
Optional - Performance metrics reporting settings
relativity
relativity: IRelativityConfiguration
Relativity configuration
reviewMode?
optional
reviewMode: 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?
optional
staticContentPath: string
Optional - This path will be appended to the relative path of static content
testingMode?
optional
testingMode: boolean
Optional - Testing Mode flag