Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IExtensionParameters

Parameters passed to extension scripts registered as application resource files

Hierarchy

  • IExtensionParameters

Index

Properties

applicationContext

applicationContext: ApplicationContext

Context the application is currently running in

This can be used to determine which extension features should be registered.

configuration

The configuration settings in the configuration service

getResourceFileUrl

getResourceFileUrl: function

Method that can be used to return the URL to the resource for the given file name.

This can be used to figure out the URL to other application resource files (e.x images).

Type declaration

    • (fileName: string): string
    • Parameters

      • fileName: string

      Returns string

version

Application version information

This can be used to ensure an extension is only registered in supported versions of the Relativity Review application.