Stay organized with collections
Save and categorize content based on your preferences.
Inserts an element at the specified index and shifts the rest of the list. If the specified index is greater than the length of the list, the element will be appended to the list.
[[["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."],[[["The `insert` method adds an element to a `ui.data.ActiveList` at a specific index, shifting existing elements if necessary."],["If the provided index exceeds the list's length, the element is appended to the end."],["This method returns the original `ui.data.ActiveList` instance, enabling method chaining."],["It accepts the insertion index and the element to be inserted as arguments."]]],[]]