[[["容易理解","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 (世界標準時間)。"],[],[],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';"]]