Skip to main content
Version: 24.41.0

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[]>