[[["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 2025-09-10 UTC."],[],["`PageDirection` provides constants for navigating data sets. Key actions include moving towards the end of a dataset using `NEXT` (value 0), indicating no movement with `NONE` (value -1), or moving towards the beginning of the dataset with `PREV` (value 1). A nested interface `Direction` defines these same constants for pagination. It also inherits methods from the `Object` class for core object operations.\n"]]