Podpis usługi AddonCallbacks.frameToFrameMessage
Wiadomość wysłana przez dodatek uruchomiony w jednej ramce do działającego dodatku
do kolejnej klatki.
Podpis
readonly frameToFrameMessage?: (message: FrameToFrameMessage) => void;
Szczegóły
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-10-15 UTC.
[null,null,["Ostatnia aktualizacja: 2024-10-15 UTC."],[[["`frameToFrameMessage` enables communication between add-ons running in different frames by sending messages."],["It is an optional and readonly property within the add-on's context."],["The message sent is defined by the `FrameToFrameMessage` type."]]],[]]