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

الطُرق

الطريقةنوع القيمة التي يتم عرضهاوصف قصير
addButton(button)ButtonSetتُضيف زرًا.

مستندات تفصيلية

addButton(button)

تُضيف زرًا.

المعلمات

الاسمالنوعالوصف
buttonButtonزر الإضافة

الإرجاع

ButtonSet: هذا العنصر، لإنشاء سلسلة.