Rxova
Skip to content

OpenedWindowControls

Type Parameter
Out extends MessageMap
In extends MessageMap
R
close: () => void;

void


open: () => void;

Call from a click handler (popup blockers require a user gesture).

void


post: <K>(type, payload) => void;

Post to the child; no-op while nothing is open.

Queued until the handshake completes — nothing is dropped while the child loads.

Type Parameter
K extends string
ParameterType
typeK
payloadOut[K]

void