[[["わかりやすい","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"]],["最終更新日 2025-07-25 UTC。"],[[["`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"]]