Class ButtonSet

ButtonSet

מאגר של אובייקטים מסוג Button שמוצגים בשורה.

התכונה זמינה בתוספים של Google Workspace ובאפליקציות של 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);

Methods

שיטהסוג הערך המוחזרתיאור קצר
addButton(button)ButtonSetהוספת לחצן.

מסמכים מפורטים

addButton(button)

הוספת לחצן.

פרמטרים

שםסוגתיאור
buttonButtonהלחצן להוספה.

חזרה

ButtonSet – האובייקט הזה, לצורך קישור.