Class ButtonSet

Przyciski

Zawiera zbiór obiektów Button wyświetlanych w wierszu.

Dostępne w przypadku dodatków do Google Workspace i aplikacji Google Chat.

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);

Metody

MetodaZwracany typKrótki opis
addButton(button)ButtonSetDodaje przycisk.

Szczegółowa dokumentacja

addButton(button)

Dodaje przycisk.

Parametry

NazwaTypOpis
buttonButtonPrzycisk dodawania.

Powrót

ButtonSet – ten obiekt do łańcucha.