Enum SwitchControlType
SwitchControlType
סוג פקד הווידג'ט Switch
.
כדי לקרוא לטיפוסים בני מנייה (enum), צריך לקרוא למחלקה, לשם ולנכס ההורה שלהם. לדוגמה,
CardService.SwitchControlType.SWITCH
.
תכונות
נכס | תיאור | התיאור |
SWITCH | Enum | פקד בסגנון החלפת מצב לווידג'ט מתג. ברירת מחדל. |
CHECK_BOX | Enum | פקד בסגנון תיבת סימון לווידג'ט של מתג. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2023-12-02 (שעון UTC).
[null,null,["עדכון אחרון: 2023-12-02 (שעון UTC)."],[[["`SwitchControlType` defines the visual style of a switch widget in Google Apps Script Card Service."],["It offers two options: `SWITCH` for a toggle-style control (default) and `CHECK_BOX` for a checkbox-style control."],["To use these options, call them using the syntax `CardService.SwitchControlType.SWITCH` or `CardService.SwitchControlType.CHECK_BOX` when creating a switch widget."]]],[]]