Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IExtensionApi

API for interacting with Relativity Review IExtensions

Hierarchy

  • IExtensionApi

Index

Properties

Methods

Properties

all

All registered extensions

debug

Debugging API

enabled

enabled: boolean

Indicates if extensions are currently enabled

Methods

getById

  • Retrieves a registered extension by ID.

    If no extension is found with the provided ID, this returns undefined.

    Parameters

    • id: string

      ID of the extension to retrieve

    Returns IExtension | undefined

    Extension with the matching ID