[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-12-02 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,["SlideLinkingMode\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\nProperties\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. |"]]