MCPcopy
hub / github.com/jupyter-widgets/ipywidgets / touch

Method touch

packages/base/src/widget.ts:876–878  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

874 }
875
876 touch(): void {
877 this.model.save_changes(this.callbacks());
878 }
879
880 remove(): any {
881 // Raise a remove event when the view is removed.

Callers 15

_picker_changeMethod · 0.80
_text_changeMethod · 0.80
_picker_changeMethod · 0.80
_picker_focusoutMethod · 0.80
_handle_changeMethod · 0.80
_handle_changeMethod · 0.80
_handle_clickMethod · 0.80
_handle_clickMethod · 0.80
handleSliderChangedMethod · 0.80
_handle_changeMethod · 0.80
handleSliderChangedMethod · 0.80
_handle_clickMethod · 0.80

Calls 2

callbacksMethod · 0.95
save_changesMethod · 0.80

Tested by

no test coverage detected