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.
getCount()Gets the number of elements contained in.
isNull()Checks whether the implementation object is null.

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;

getCount()

Gets the number of elements contained in.

getCount() : number;

isNull()

Checks whether the implementation object is null.

isNull() : boolean;