PageInfo interface

Represents Page information.

Properties

frameContext

The context where page url is loaded (content, task, setting, remove, sidePanel)

id

The developer-defined unique ID for the page this content points to.

isFullScreen

Indication whether the page is in full-screen mode.

isMultiWindow

Indication whether the page is in a pop out window

sourceOrigin

Source origin from where the page is opened

subPageId

The developer-defined unique ID for the sub-page this content points to. This field should be used to restore to a specific state within a page, such as scrolling to or activating a specific piece of content.

Property Details

frameContext

The context where page url is loaded (content, task, setting, remove, sidePanel)

frameContext: FrameContexts

Property Value

id

The developer-defined unique ID for the page this content points to.

id: string

Property Value

string

isFullScreen

Indication whether the page is in full-screen mode.

isFullScreen?: boolean

Property Value

boolean

isMultiWindow

Indication whether the page is in a pop out window

isMultiWindow?: boolean

Property Value

boolean

sourceOrigin

Source origin from where the page is opened

sourceOrigin?: string

Property Value

string

subPageId

The developer-defined unique ID for the sub-page this content points to. This field should be used to restore to a specific state within a page, such as scrolling to or activating a specific piece of content.

subPageId?: string

Property Value

string