WebExtensionReferenceCollection
Contents
[
Hide
]WebExtensionReferenceCollection class
Represents the list of web extension reference.
class WebExtensionReferenceCollection;
Constructors
Name | Description |
---|---|
constructor() | Default Constructor. |
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
index | number | The 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;