تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
يستردّ قيمة هذا العنصر من الخادم.
في حال عدم توفير دالة ردّ اتصال، يتم تقديم الطلب بشكل متزامن. في حال توفير دالة ردّ الاتصال، يتم تقديم الطلب بشكل غير متزامن.
يُفضّل استخدام الوضع غير المتزامن لأنّ الوضع المتزامن يوقف جميع الرموز الأخرى (مثل واجهة مستخدم "محرّر رموز EE") أثناء انتظار الخادم. لإجراء طلب غير متزامن، يُفضّل استخدام evaluate() بدلاً من getInfo().
تعرض هذه السمة القيمة المحسوبة لهذا العنصر.
الاستخدام
المرتجعات
List.getInfo(callback)
عنصر
الوسيطة
النوع
التفاصيل
هذا: computedobject
ComputedObject
مثيل ComputedObject
callback
الدالة، اختيارية
دالة ردّ اختيارية في حال عدم توفيرها، يتم إجراء المكالمة بشكل متزامن.
تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","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-26 (حسب التوقيت العالمي المتفَّق عليه)"],[[["Retrieves the object's computed value, either synchronously or asynchronously, from the server."],["Asynchronous requests, preferred to avoid UI blocking, are made using `evaluate()` or by providing a callback function to `getInfo()`."],["`getInfo()` returns the computed value as an object when called with an optional callback."]]],["The `getInfo()` method retrieves an object's value from the server. It can operate synchronously or asynchronously. If no callback function is provided, the request is synchronous, halting other code execution. If a callback is provided, it runs asynchronously, which is the preferred method. `getInfo()` returns the object's computed value. The asynchronous method is preferred and can be used with the method `evaluate()`.\n"]]