קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
SelectionInputType
הפורמט של הפריטים שהמשתמשים יכולים לבחור. האפשרויות השונות תומכות בסוגים שונים של אינטראקציות. לדוגמה, משתמשים יכולים לסמן כמה תיבות סימון, אבל הם יכולים לבחור רק פריט אחד מתפריט נפתח.
כל קלט של בחירה תומך בסוג אחד של בחירה. לדוגמה, אין תמיכה בשילוב של תיבות סימון ומתגים.
אפשר להשתמש בהן באפליקציות של Google Chat ובתוספים של Google Workspace.
כדי לקרוא לפונקציה 'טיפוסים בני מנייה (enum)', קוראים למחלקה, לשם ולמאפיין של ההורה שלה. לדוגמה,
CardService.SelectionInput.CHECK_BOX.
תכונות
מאפיין (property)
סוג
תיאור
CHECK_BOX
Enum
סגנון הקלט של תיבת הסימון. ברירת מחדל.
RADIO_BUTTON
Enum
סגנון קלט של לחצן בחירה. אפשר לבחור רק פריט אחד מהקבוצה.
DROPDOWN
Enum
סגנון קלט לבחירת תפריט נפתח.
SWITCH
Enum
קבוצת מתגים. המשתמשים יכולים להפעיל מתג אחד או יותר.
[[["התוכן קל להבנה","easyToUnderstand","thumb-up"],["התוכן עזר לי לפתור בעיה","solvedMyProblem","thumb-up"],["סיבה אחרת","otherUp","thumb-up"]],[["חסרים לי מידע או פרטים","missingTheInformationINeed","thumb-down"],["התוכן מורכב מדי או עם יותר מדי שלבים","tooComplicatedTooManySteps","thumb-down"],["התוכן לא עדכני","outOfDate","thumb-down"],["בעיה בתרגום","translationIssue","thumb-down"],["בעיה בדוגמאות/בקוד","samplesCodeIssue","thumb-down"],["סיבה אחרת","otherDown","thumb-down"]],["עדכון אחרון: 2024-04-22 (שעון UTC)."],[[["`SelectionInputType` dictates how users interact with selectable items, such as choosing single or multiple options through checkboxes, radio buttons, dropdowns, switches, or multi-select menus."],["Each selection input element supports a single selection type, and combining different types like checkboxes and switches within the same element is not allowed."],["This feature is available for use in Google Chat apps and Google Workspace Add-ons."],["To specify a selection type, use the `CardService.SelectionInput` enum followed by the desired property, for instance, `CardService.SelectionInput.CHECK_BOX` for checkboxes."]]],[]]