extIExtensions

Interface representing a list of all installed extensions

Methods

has(aId)

Determines if an extension exists with the given id.

Parameters

aId The id of an extension

Returns

true if an extension exists with the given id, false otherwise.

get(aId)

Gets a extIExtension object for an extension.

Parameters

aId The id of an extension

Returns

An extension object or null if no extension exists with the given id.

Attributes

all

Array of extIExtension listing all extensions in the application.