تتوفّر هذه الميزة لإضافات Google Workspace وتطبيقات Google Chat.
constImageComponent=CardService.newImageComponent().setImageUrl('http://imageurl.ca').setAltText('YOUR ALT TEXT').setCropStyle(CardService.newImageCropStyle()).setBorderStyle(CardService.newBorderStyle());
تاريخ التعديل الأخير: 2025-01-30 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","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-01-30 (حسب التوقيت العالمي المتفَّق عليه)"],[[["The `ImageComponent` allows you to add images to grid items within Google Workspace Add-ons and Google Chat apps."],["You can customize the image with methods to set the alternative text, border style, crop style, and URL."],["All customization methods (`setAltText`, `setBorderStyle`, `setCropStyle`, `setImageUrl`) return the `ImageComponent` object for chaining multiple operations."],["An `ImageComponent` can be created using `CardService.newImageComponent()`, which provides methods for customization."]]],[]]