Wpisz alias FrameType
Różne miejsca w Meet, w których może działać dodatek z elementami iframe:
Podpis
type FrameType = 'SIDE_PANEL' | 'MAIN_STAGE';
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."],[[["Iframed add-ons in Google Meet can run in two places: the side panel or the main stage as a tile."],["These locations are represented by the `SIDE_PANEL` and `MAIN_STAGE` values within the `FrameType` signature."]]],["The provided content outlines the two locations where an iframed add-on can operate within Google Meet. These locations are: `SIDE_PANEL`, where the add-on runs in the Meet side panel, and `MAIN_STAGE`, where the add-on is displayed as a tile in the main Meet stage. The `FrameType` signature further defines these locations as the only two allowed, represented by string literal types.\n"]]