[[["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 2023-10-06 UTC."],[[["Returns the number of elements in the ActiveList."],["The method is called using `ActiveList.length()`."],["It takes one argument: the ui.data.ActiveList instance."],["It returns the element count as a Number."]]],["The `ActiveList.length()` method returns the number of elements within an `ui.data.ActiveList` instance. It takes no arguments, and the `this` context is the `ui.data.ActiveList` itself. The method's sole purpose is to provide a numerical count of the elements contained within the specified ActiveList, returning a Number data type.\n"]]