Annuncio: tutti i progetti non commerciali registrati per l'utilizzo di Earth Engine prima del 15 aprile 2025 devono verificare l'idoneità non commerciale per mantenere l'accesso a Earth Engine.
Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Elimina i callback.
Utilizzo
Resi
Checkbox.unlisten(idOrType)
Argomento
Tipo
Dettagli
questo: ui.widget
ui.Widget
L'istanza di ui.Widget.
idOrType
Stringa, facoltativa
Un ID restituito da una funzione onEventType() durante la registrazione del callback, un tipo di evento o niente. Se viene passato un ID, il callback corrispondente viene eliminato. Se viene superato un tipo di evento, vengono eliminati tutti i callback per quel tipo. Se non viene passato nulla, vengono eliminati tutti i callback.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2025-07-26 UTC."],[[["The `Checkbox.unlisten()` method removes registered callbacks associated with a checkbox widget."],["You can target specific callbacks for removal using their unique ID or remove all callbacks of a certain event type."],["Calling `unlisten()` without any arguments will remove all registered callbacks for the checkbox."]]],["The `Checkbox.unlisten()` function deletes callbacks associated with a UI widget. It accepts an optional `idOrType` argument. If an ID is provided, it removes the specific callback. If an event type is given, all callbacks for that type are removed. If no argument is passed, all registered callbacks for the widget are deleted. This method does not return any value.\n"]]