Enum SelectionInputType
SelectionInputType
הפורמט של הפריטים שהמשתמשים יכולים לבחור. האפשרויות השונות תומכות בסוגים שונים של אינטראקציות. לדוגמה, משתמשים יכולים לסמן כמה תיבות סימון, אבל הם יכולים לבחור רק פריט אחד מתפריט נפתח.
כל קלט של בחירה תומך בסוג אחד של בחירה. לדוגמה, אין תמיכה בשילוב של תיבות סימון ומתגים.
אפשר להשתמש בהן באפליקציות של Google Chat ובתוספים של Google Workspace.
כדי לקרוא לפונקציה 'טיפוסים בני מנייה (enum)', קוראים למחלקה, לשם ולמאפיין של ההורה שלה. לדוגמה,
CardService.SelectionInput.CHECK_BOX
.
תכונות
מאפיין (property) | סוג | תיאור |
CHECK_BOX | Enum | סגנון הקלט של תיבת הסימון. ברירת מחדל. |
RADIO_BUTTON | Enum | סגנון קלט של לחצן בחירה. אפשר לבחור רק פריט אחד מהקבוצה. |
DROPDOWN | Enum | סגנון קלט לבחירת תפריט נפתח. |
SWITCH | Enum | קבוצת מתגים. המשתמשים יכולים להפעיל מתג אחד או יותר. |
MULTI_SELECT | Enum | תפריט לבחירה מרובה עבור נתונים סטטיים או דינמיים. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-04-22 (שעון UTC).
[null,null,["עדכון אחרון: 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."]]],[]]