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.
getCount()Gets the number of elements contained in.
isNull()Checks whether the implementation object is null.

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.

getCount()

Gets the number of elements contained in.

getCount() : number;

isNull()

Checks whether the implementation object is null.

isNull() : boolean;