Pengumuman: Semua project nonkomersial yang terdaftar untuk menggunakan Earth Engine sebelum
15 April 2025 harus
memverifikasi kelayakan nonkomersial untuk mempertahankan akses Earth Engine.
ui.DateSlider.unlisten
Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Menghapus callback.
Penggunaan | Hasil |
---|
DateSlider.unlisten(idOrType) | |
Argumen | Jenis | Detail |
---|
ini: ui.widget | ui.Widget | Instance ui.Widget. |
idOrType | String, opsional | ID yang ditampilkan oleh fungsi onEventType() selama pendaftaran callback, jenis peristiwa, atau tidak ada. Jika ID diteruskan, callback yang sesuai akan dihapus. Jika jenis peristiwa diteruskan, semua callback untuk jenis tersebut akan dihapus. Jika tidak ada yang diteruskan, semua callback akan dihapus. |
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 2025-07-26 UTC.
[null,null,["Terakhir diperbarui pada 2025-07-26 UTC."],[[["\u003cp\u003e\u003ccode\u003eDateSlider.unlisten()\u003c/code\u003e removes registered callbacks, allowing you to control event handling.\u003c/p\u003e\n"],["\u003cp\u003eYou can target specific callbacks for removal using their unique ID or remove all callbacks associated with an event type.\u003c/p\u003e\n"],["\u003cp\u003eCalling \u003ccode\u003eDateSlider.unlisten()\u003c/code\u003e without any arguments will remove all registered callbacks for the DateSlider instance.\u003c/p\u003e\n"]]],["The `DateSlider.unlisten()` function removes registered callbacks. It accepts an optional `idOrType` argument, which can be a callback ID, an event type, or nothing. Passing an ID deletes a specific callback, while providing an event type removes all callbacks for that type. Omitting the argument deletes all registered callbacks. This function is called on a `ui.Widget` instance. It returns no value.\n"],null,["# ui.DateSlider.unlisten\n\n\u003cbr /\u003e\n\nDeletes callbacks.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|-------------------------------------|---------|\n| DateSlider.unlisten`(`*idOrType*`)` | |\n\n| Argument | Type | Details |\n|-------------------|------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| this: `ui.widget` | ui.Widget | The ui.Widget instance. |\n| `idOrType` | String, optional | Either an ID returned by an onEventType() function during callback registration, an event type, or nothing. If an ID is passed, the corresponding callback is deleted. If an event type is passed, all callbacks for that type are deleted. If nothing is passed, all callbacks are deleted. |"]]