Class ButtonSet

ButtonSet

Bir satırda görüntülenen bir dizi Button nesnesini tutar.

Google Workspace eklentileri ve Google Chat uygulamaları için kullanılabilir.

const textButton = CardService.newTextButton();
// Finish building the text button...

const imageButton = CardService.newImageButton();
// Finish building the image button...

const buttonSet =
    CardService.newButtonSet().addButton(textButton).addButton(imageButton);

Yöntemler

YöntemDönüş türüKısa açıklama
addButton(button)ButtonSetBir düğme ekler.

Ayrıntılı dokümanlar

addButton(button)

Bir düğme ekler.

Parametreler

AdTürAçıklama
buttonButtonEkle düğmesi.

Return

ButtonSet: Zincirleme için bu nesne.