WebExtensionTaskPaneCollection
WebExtensionTaskPaneCollection class
Represents the list of task pane.
class WebExtensionTaskPaneCollection;
Methods
| Method | Description |
|---|---|
| get(number) | Gets task pane by the specific index. |
| add() | Adds task pane. |
get(number)
Gets task pane by the specific index.
get(index: number) : WebExtensionTaskPane;
Parameters:
| Parameter | Type | Description |
|---|---|---|
| index | number | The index. |
Returns
The task pane.
add()
Adds task pane.
add() : number;
Returns
The index.