[[["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-09-03 UTC."],[[["`ListItem` is a type that represents an entry within a list and extends the `Intangible` type."],["It includes properties to define the item itself (`item`), its position in the list (`position`), and links to the next (`nextItem`) and previous (`previousItem`) items in the sequence."]]],["The `ListItem` type, extending `Intangible`, represents an entry in a list. Key properties include `item`, which is the entity in the list; `nextItem` and `previousItem`, which link to the next and preceding list items respectively; and `position`, which indicates the item's place in the sequence. The position can be an integer or text. This defines the structure of an item and its relational placement within a list.\n"]]