Last date modified: 2025-Jul-02

Interface: IExtensionApi

API for interacting with Relativity Review IExtensions

Properties

all

readonlyall: IExtensionCollection

All registered extensions


debug

readonlydebug: IExtensionDebugApi

Debugging API


enabled

readonlyenabled: boolean

Indicates if extensions are currently enabled

Methods

getById()

getById(id): IExtension

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

Extension with the matching ID

Return to top of the page
Feedback