Misceallaneous
Window Messaging
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
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
The message to send to the Web App’s parent window.
Usage
Was this page helpful?