PostMessageChannelOptions
Defined in: src/web/postMessageChannel.ts:10
Options for creating a PostMessageChannel.
Properties
Section titled “Properties”manageFocus?
Section titled “manageFocus?”
optionalmanageFocus?:boolean
Defined in: src/web/postMessageChannel.ts:30
Manage focus between the relying party and signer windows.
Default
Section titled “Default”truesignerOrigin
Section titled “signerOrigin”signerOrigin:
string
Defined in: src/web/postMessageChannel.ts:14
The verified origin of the signer window.
signerStatus?
Section titled “signerStatus?”
optionalsignerStatus?:"pending"|"ready"
Defined in: src/web/postMessageChannel.ts:20
Initial status of the signer. When "pending", messages are queued
until the status changes to "ready".
Default
Section titled “Default”"ready"signerWindow
Section titled “signerWindow”signerWindow:
Window
Defined in: src/web/postMessageChannel.ts:12
The signer window that this channel communicates with.
window?
Section titled “window?”
optionalwindow?:Window
Defined in: src/web/postMessageChannel.ts:25
The relying party window, used to listen for incoming postMessage events.
Default
Section titled “Default”globalThis.window