Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tensorflow/playground
/ onPlayPause
Method
onPlayPause
src/playground.ts:112–114 ·
view source on GitHub ↗
(callback: (isPlaying: boolean) => void)
Source
from the content-addressed store, hash-verified
110
}
111
112
onPlayPause(callback: (isPlaying: boolean) => void) {
113
this.callback = callback;
114
}
115
116
play() {
117
this.pause();
Callers
1
makeGUI
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected