[[["이해하기 쉬움","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-26(UTC)"],[[["\u003cp\u003eSlideLinkingMode determines how slides are connected within a presentation.\u003c/p\u003e\n"],["\u003cp\u003eIt has three properties: \u003ccode\u003eUNSUPPORTED\u003c/code\u003e, \u003ccode\u003eLINKED\u003c/code\u003e, and \u003ccode\u003eNOT_LINKED\u003c/code\u003e which indicate the linking status of the slides.\u003c/p\u003e\n"],["\u003cp\u003eTo utilize a specific mode, reference it using the format \u003ccode\u003eSlidesApp.SlideLinkingMode.[property]\u003c/code\u003e, like \u003ccode\u003eSlidesApp.SlideLinkingMode.LINKED\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Enum SlideLinkingMode\n\nSlideLinkingMode\n\nThe mode of links between slides.\n\nTo call an enum, you call its parent class, name, and property. For example, `\nSlidesApp.SlideLinkingMode.LINKED`. \n\n### Properties\n\n| Property | Type | Description |\n|---------------|--------|--------------------------------------------|\n| `UNSUPPORTED` | `Enum` | A slide linking mode that isn't supported. |\n| `LINKED` | `Enum` | Indicates that slides are linked. |\n| `NOT_LINKED` | `Enum` | Indicates that slides aren't linked. |"]]