Enum SwitchControlType
SwitchControlType
Jenis kontrol widget Switch
.
Untuk memanggil enum, panggil class, nama, dan properti induknya. Misalnya,
CardService.SwitchControlType.SWITCH
.
Properti
Properti | Jenis | Deskripsi |
SWITCH | Enum | Kontrol bergaya tombol untuk widget tombol akses. Default. |
CHECK_BOX | Enum | Kontrol bergaya kotak centang untuk widget tombol akses. |
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2023-12-02 UTC.
[null,null,["Terakhir diperbarui pada 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."]]],[]]