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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-27 UTC."],[],[],null,["# Interface FrameToFrameMessage\n\nA client-initiated message sent from one add-on frame to another.\n\nSignature\n---------\n\n interface FrameToFrameMessage\n\nProperty signatures\n-------------------\n\n| Name | Description |\n|---------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [`originator`](./addon_sdk.frametoframemessage.originator.md) | The add-on frame that sent the message. |\n| [`payload`](./addon_sdk.frametoframemessage.payload.md) | 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. |"]]