[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 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';"]]