Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/NUKnightLab/TimelineJS3
/ onAdd
Method
onAdd
src/js/media/Media.js:299–301 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
297
}
298
299
onAdd() {
300
this.fire(
"added"
, this.data);
301
}
302
303
onRemove() {
304
this.fire(
"removed"
, this.data);
Callers
1
addTo
Method · 0.95
Calls
1
fire
Method · 0.80
Tested by
no test coverage detected