Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IExtensionDebugApi

API for debugging Relativity Review IExtensions

Hierarchy

  • IExtensionDebugApi

Index

Methods

disableById

  • disableById(id: string): void
  • Disables the extension with the provided ID and reloads the page

    This is provided for debug purposes. Clearing browser sessionStorage or logging out of Relativity will reset this override.

    Parameters

    • id: string

      ID of the extension to disable

    Returns void

disableExtensionFramework

  • disableExtensionFramework(): void
  • Disables the extensions framework and reloads the page

    This is provided for debug purposes. Invoking this method will prevent the Review Interface application from requesting extensions from Relativity. Clearing browser sessionStorage or logging out of Relativity will reset this override.

    Returns void

enableAll

  • enableAll(): void
  • Enables any disabled extensions and reloads the page

    This is provided for debug purposes. If the extension framework has been disabled, this will not enable it. Clearing browser sessionStorage or logging out of Relativity will reset this override.

    Returns void

enableById

  • enableById(id: string): void
  • Enables the extension with the provided ID and reloads the page

    This is provided for debug purposes. Clearing browser sessionStorage or logging out of Relativity will reset this override.

    Parameters

    • id: string

      ID of the extension to enable

    Returns void

enableExtensionFramework

  • enableExtensionFramework(): void
  • Enables the extensions framework and reloads the page

    This is provided for debug purposes. Invoking this method will cause the Review Interface application to begin requesting extensions from Relativity, if it has previously been disabled. Note: There are certain scenarios when the application will never request extensions, regardless of whether this method has been invoked. Clearing browser sessionStorage or logging out of Relativity will reset this override.

    Returns void