Skip to main content

on_window_message

Decorator to react to messages coming from the Web App’s parent window. The decorated function is called every time a new window message is received.

Parameters

str
The message coming from the Web App’s parent window.

Usage

send_window_message

Function to send messages to the Web App’s parent window.

Parameters

str
The message to send to the Web App’s parent window.

Usage