Enum SwitchControlType
SwitchControlType
Switch
widget kontrolünün türü.
Bir enum'u çağırmak için üst sınıfını, adını ve özelliğini çağırırsınız. Örneğin,
CardService.SwitchControlType.SWITCH
.
Özellikler
Mülk | Tür | Açıklama |
SWITCH | Enum | Anahtar widget'ı için açma/kapatma düğmesi stilinde kontrol. Varsayılan. |
CHECK_BOX | Enum | Anahtar widget'ı için onay kutusu stilinde kontrol. |
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2024-12-03 UTC.
[null,null,["Son güncelleme tarihi: 2024-12-03 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."]]],[]]