[[["Прост для понимания","easyToUnderstand","thumb-up"],["Помог мне решить мою проблему","solvedMyProblem","thumb-up"],["Другое","otherUp","thumb-up"]],[["Отсутствует нужная мне информация","missingTheInformationINeed","thumb-down"],["Слишком сложен/слишком много шагов","tooComplicatedTooManySteps","thumb-down"],["Устарел","outOfDate","thumb-down"],["Проблема с переводом текста","translationIssue","thumb-down"],["Проблемы образцов/кода","samplesCodeIssue","thumb-down"],["Другое","otherDown","thumb-down"]],["Последнее обновление: 2025-07-25 UTC."],[],[],null,["# Type alias FrameOpenReason\n\nThe different reasons why the frame was opened:\n\n- `OPEN_ADDON`: The frame was opened because the add-on was selected in the\n activities panel.\n\n- `START_ACTIVITY`: The frame was opened because the local user started an\n activity.\n\n- `JOIN_ACTIVITY`: The frame was opened because the user joined an activity\n started by another user.\n\nSignature\n---------\n\n type FrameOpenReason =\n | 'UNKNOWN'\n | 'OPEN_ADDON'\n | 'START_ACTIVITY'\n | 'JOIN_ACTIVITY';"]]