WebExtensionReferenceCollection
Contents
[
Hide
]WebExtensionReferenceCollection class
Represents the list of web extension reference.
class WebExtensionReferenceCollection;
Constructors
| Constructor | 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() | @deprecated. Please use the ‘count’ property instead. 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()
@deprecated. Please use the ‘count’ property instead. Gets the number of elements contained in.
getCount() : number;
isNull()
Checks whether the implementation object is null.
isNull() : boolean;