Tablo öğelerine eklenebilen bir resim bileşeni.
Google Workspace eklentileri ve Google Chat uygulamaları için kullanılabilir.
const ImageComponent = CardService.newImageComponent() .setImageUrl('http://imageurl.ca') .setAltText('YOUR ALT TEXT') .setCropStyle(CardService.newImageCropStyle()) .setBorderStyle(CardService.newBorderStyle());
Yöntemler
Yöntem | Dönüş türü | Kısa açıklama |
---|---|---|
set | Image | Resmin alternatif metnini ayarlar. |
set | Image | Resme uygulanan kenarlık stilini ayarlar. |
set | Image | Resmin kırpma stilini ayarlar. |
set | Image | Resmin URL'sini ayarlar. |
Ayrıntılı dokümanlar
set Alt Text(altText)
Resmin alternatif metnini ayarlar.
Parametreler
Ad | Tür | Açıklama |
---|---|---|
alt | String | Resim için ayarlanacak alt_text. |
Return
Image
: Zincirleme için bu nesne.
set Border Style(borderStyle)
Resme uygulanan kenarlık stilini ayarlar.
Parametreler
Ad | Tür | Açıklama |
---|---|---|
border | Border | Uygulanacak BorderStyle nesnesi. |
Return
Image
: Zincirleme için bu nesne.
set Crop Style(imageCropStyle)
Resmin kırpma stilini ayarlar.
Parametreler
Ad | Tür | Açıklama |
---|---|---|
image | Image | Uygulanacak ImageCropStyle nesnesi. |
Return
Image
: Zincirleme için bu nesne.
set Image Url(url)
Resmin URL'sini ayarlar.
Parametreler
Ad | Tür | Açıklama |
---|---|---|
url | String | URL. |
Return
Image
: Zincirleme için bu nesne.