WebExtensionReferenceCollection

WebExtensionReferenceCollection class

Represents the list of web extension reference.

class WebExtensionReferenceCollection;

Constructors

NameDescription
constructor()Default Constructor.

Methods

MethodDescription
get(number)Gets web extension by the specific index.
add()Adds an empty reference of web extension.

constructor()

Default Constructor.

constructor();

get(number)

Gets web extension by the specific index.

get(index: number) : WebExtensionReference;

Parameters:

ParameterTypeDescription
indexnumberThe index.

Returns

The web extension

add()

Adds an empty reference of web extension.

add() : number;