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

Method on

js/src/widget.ts:158–160  ·  view source on GitHub ↗
(event: string, cb?: () => void)

Source from the content-addressed store, hash-verified

156 }
157
158 on(event: string, cb?: () => void) {
159 this.model.on(event, cb);
160 }
161
162 save_changes() {
163 this.model.save_changes();

Callers 3

initializeMethod · 0.45
perform_renderMethod · 0.45
createGraphMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected