MCPcopy Index your code
hub / github.com/plotly/plotly.py / touch

Method touch

js/src/widget.ts:1206–1208  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1204 }
1205
1206 touch() {
1207 this.model.save_changes();
1208 }
1209
1210 /**
1211 * Handle plotly_relayout events emitted by the Plotly.js library

Callers 6

handle_plotly_restyleMethod · 0.95
handle_plotly_updateMethod · 0.95
_sendLayoutDeltaMethod · 0.95
_sendTraceDeltasMethod · 0.95

Calls 1

save_changesMethod · 0.45

Tested by

no test coverage detected