Survei Riset: Ceritakan pengalaman Anda dengan Blockly
Mulai survei
blockly > FieldCheckbox > configure_
Konfigurasi kolom berdasarkan peta opsi yang diberikan.
Tanda Tangan:
protected configure_(config: FieldCheckboxConfig): void;
Parameter
Hasil:
void
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 2024-08-22 UTC.
[null,null,["Terakhir diperbarui pada 2024-08-22 UTC."],[[["The `FieldCheckbox.configure_()` method is used to set up a checkbox field within Blockly, adjusting its properties based on provided configuration options."],["It takes a `FieldCheckboxConfig` object as input, which carries settings like the checkbox's initial state or its visual representation."],["The method doesn't return any specific value; instead, it directly modifies the checkbox field to match the desired configuration."]]],["The `configure_()` method of the `FieldCheckbox` class configures a checkbox field using a provided map of options. It accepts a `FieldCheckboxConfig` object as input, which contains the options for configuration. This method, denoted as `protected`, doesn't return any value (void). It is used to set up the `FieldCheckbox` based on the provided configuration.\n"]]