Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tensorflow/playground
/ setHideProperty
Method
setHideProperty
src/state.ts:279–281 ·
view source on GitHub ↗
(name: string, hidden: boolean)
Source
from the content-addressed store, hash-verified
277
}
278
279
setHideProperty(name: string, hidden: boolean) {
280
this[name + HIDE_STATE_SUFFIX] = hidden;
281
}
282
}
Callers
1
hideControls
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected