WebExtensionTaskPaneCollection

WebExtensionTaskPaneCollection class

Represents the list of task pane.

class WebExtensionTaskPaneCollection;

Methods

MethodDescription
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:

ParameterTypeDescription
indexnumberThe index.

Returns

The task pane.

add()

Adds task pane.

add() : number;

Returns

The index.