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

روش ها

روش نوع برگشت شرح مختصر
add Button(button) Button Set یک دکمه اضافه می کند.

مستندات دقیق

add Button(button)

یک دکمه اضافه می کند.

پارامترها

نام تایپ کنید توضیحات
button Button دکمه اضافه کردن

بازگشت

Button Set - این شی، برای زنجیر کردن.