Skip to main content
Version: Next

Extension.pages() method

Returns a list of the currently active and visible pages belonging to the extension.

Signature

class Extension {
abstract pages(): Promise<Page[]>;
}

Returns:

Promise<Page[]>