A client-initiated message sent from one add-on frame to another.
Signature
interface FrameToFrameMessage
Property signatures
Name | Description |
---|---|
originator |
The add-on frame that sent the message. |
payload |
The message payload. Value set by the add-on running in the frame specified by the originator field. The length of this string must be less than 1,000,000 characters. |