WebExtensionReferenceCollection
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. |
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;