[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-07-25。"],[[["`aside()` is a method that allows you to call a function on a ComputedObject (like an ImageCollection or LineString) without interrupting the workflow, primarily used for debugging or visualization."],["It passes the ComputedObject as the first argument to the specified function, along with any additional provided arguments."],["`aside()` executes the given function but ultimately returns the original ComputedObject, enabling seamless method chaining for further operations."],["This function facilitates inserting actions like printing data or displaying layers on the map during processing, without altering the core data or flow."]]],["The `aside` function takes a function and optional arguments, applying the function to the current object as the first argument. It then returns the original object, enabling method chaining. This facilitates debugging by allowing the inspection of the object at various stages. The function can take any number of extra arguments passed to the user-supplied function. It is available to be used on any `ComputedObject` type.\n"]]