[[["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\u003e\u003ccode\u003ePageType\u003c/code\u003e is used to specify the type of page within Google Slides, such as a slide, layout, or master page.\u003c/p\u003e\n"],["\u003cp\u003eYou can reference specific page types using the syntax \u003ccode\u003eSlidesApp.PageType.<property>\u003c/code\u003e, for example, \u003ccode\u003eSlidesApp.PageType.SLIDE\u003c/code\u003e for a slide page.\u003c/p\u003e\n"],["\u003cp\u003eThis enum includes properties like \u003ccode\u003eSLIDE\u003c/code\u003e, \u003ccode\u003eLAYOUT\u003c/code\u003e, \u003ccode\u003eMASTER\u003c/code\u003e, and \u003ccode\u003eUNSUPPORTED\u003c/code\u003e to represent different page categories.\u003c/p\u003e\n"]]],[],null,["PageType\n\nThe page types.\n\nTo call an enum, you call its parent class, name, and property. For example, `\nSlidesApp.PageType.SLIDE`. \n\nProperties\n\n| Property | Type | Description |\n|---------------|--------|------------------------------------|\n| `UNSUPPORTED` | `Enum` | A page type that is not supported. |\n| `SLIDE` | `Enum` | A slide page. |\n| `LAYOUT` | `Enum` | A layout page. |\n| `MASTER` | `Enum` | A master page. |"]]